Initial commit: aether-tools-rs workspace
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "aether-ask"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "aether-ask"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
aether-atom = { path = "/home/cosmos/aether-atom" }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
tokio = { workspace = true, features = ["rt-multi-thread", "io-util", "net", "process", "time", "macros"] }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = { workspace = true }
|
||||
Reference in New Issue
Block a user