Added wasm bindings, modified format to have version in share rather than secret and remove some baggage from the encoded share. This is an incompatible change
This commit is contained in:
31
Cargo.toml
31
Cargo.toml
@@ -1,25 +1,6 @@
|
||||
[package]
|
||||
name = "rssss"
|
||||
version = "0.1.0"
|
||||
authors = ["TQ Hirsch <thequux@thequux.com>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "1.2.0"
|
||||
structopt = "0.2.14"
|
||||
failure = "0.1.5"
|
||||
crc = "1.8.1"
|
||||
byteorder = "1.3.1"
|
||||
num-traits = "0.2.6"
|
||||
rand = "0.6.5"
|
||||
serde = "1.0.87"
|
||||
serde_derive = "1.0.87"
|
||||
serde_cbor = "0.9.0"
|
||||
serde_json = "1.0.111"
|
||||
bendy = "0.3.3"
|
||||
generic-array = "1.0.0"
|
||||
anyhow = "1.0.79"
|
||||
|
||||
[build-dependencies]
|
||||
rand = "0.6.5"
|
||||
generic-array = "1.0.0"
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members=[
|
||||
"rssss",
|
||||
"rssss-wasm",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user