Skip to content

Commit

Permalink
Updated to TLSN v0.1.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Jan 22, 2024
1 parent bfdfa06 commit 324a1cc
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[package]
name = "proof_viz"
version = "0.1.0"
authors = ["Hendrik Eeckhaut <[email protected]>"]
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"]}

0 comments on commit 324a1cc

Please sign in to comment.