mirror of
https://github.com/tlsnotary/proof_viz.git
synced 2026-01-09 20:38:03 -05:00
Updated to TLSN v0.1.0-alpha.3
This commit is contained in:
30
Cargo.toml
30
Cargo.toml
@@ -1,24 +1,24 @@
|
||||
[package]
|
||||
name = "proof_viz"
|
||||
version = "0.1.0"
|
||||
authors = ["Hendrik Eeckhaut <hendrik@eeckhaut.org>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
name = "proof_viz"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
getrandom = { version = "0.2.10", features = ["js"] }
|
||||
js-sys = "0.3"
|
||||
yew = { version = "0.21.0", features = ["csr"] }
|
||||
base64 = "0.21.2"
|
||||
gloo = "0.10.0"
|
||||
serde_json = "1.0.107"
|
||||
chrono = "0.4.31"
|
||||
p256 = { version = "0.13", features = ["ecdsa"] }
|
||||
elliptic-curve = { version = "0.13.5", features = ["pkcs8"] }
|
||||
webpki-roots = "0.26.0"
|
||||
wasm-logger = "0.2.0"
|
||||
web-time = "0.2"
|
||||
spansy = { git = "https://github.com/sinui0/spansy", rev = "becb33d" }
|
||||
tlsn-core = { git = "https://github.com/tlsnotary/tlsn", branch = "dev" }
|
||||
elliptic-curve = {version = "0.13.5", features = ["pkcs8"]}
|
||||
getrandom = {version = "0.2.10", features = ["js"]}
|
||||
gloo = "0.11.0"
|
||||
js-sys = "0.3"
|
||||
p256 = {version = "0.13", features = ["ecdsa"]}
|
||||
serde_json = "1.0.107"
|
||||
spansy = {git = "https://github.com/sinui0/spansy", rev = "becb33d"}
|
||||
tlsn-core = {git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.3", package = "tlsn-core"}
|
||||
wasm-bindgen = "0.2.89"
|
||||
web-sys = { version = "0.3", features = ["File", "DragEvent", "DataTransfer"] }
|
||||
wasm-logger = "0.2.0"
|
||||
web-sys = {version = "0.3", features = ["File", "DragEvent", "DataTransfer"]}
|
||||
web-time = "1.0"
|
||||
webpki-roots = "0.26.0"
|
||||
yew = {version = "0.21.0", features = ["csr"]}
|
||||
|
||||
Reference in New Issue
Block a user