added ported versions
This commit is contained in:
parent
c367583ed7
commit
61bd1fb6fa
20 changed files with 2596 additions and 0 deletions
14
rust/Cargo.toml.txt
Normal file
14
rust/Cargo.toml.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "witness_seed"
|
||||
version = "2.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
uuid = { version = "1.3", features = ["v4", "serde"] }
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
sysinfo = "0.29"
|
||||
warp = "0.3"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
chrono = "0.4"
|
Loading…
Add table
Add a link
Reference in a new issue