mirror of
https://github.com/tlsnotary/proof_viz.git
synced 2026-01-09 20:38:03 -05:00
26 lines
677 B
TOML
26 lines
677 B
TOML
[package]
|
|
name = "file_upload"
|
|
version = "0.1.0"
|
|
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
getrandom = { version = "0.2.10", features = ["js"] }
|
|
js-sys = "0.3"
|
|
yew = { version = "0.20.0", features = ["csr"] }
|
|
base64 = "0.21.2"
|
|
gloo = "0.8"
|
|
tlsn-core = { git = "https://github.com/tlsnotary/tlsn", branch = "dev" }
|
|
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.25.2"
|
|
wasm-logger = "0.2.0"
|
|
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3"
|
|
features = ["File", "DragEvent", "DataTransfer"]
|