Initial commit: aether-tools-rs workspace
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "aether-net-mini"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "aether-net-mini"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
aether-atom = { path = "/home/cosmos/aether-atom" }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
sha3 = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
Reference in New Issue
Block a user