feat: read/write from file
This commit is contained in:
@@ -7,7 +7,8 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
ring = "0.16.13"
|
||||
hex = "0.4.2"
|
||||
ring = "0.16"
|
||||
hex = "0.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
rust_util = "0.6"
|
||||
|
||||
Reference in New Issue
Block a user