initial commit
This commit is contained in:
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
@ -0,0 +1,20 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"alterego",
|
||||
"rustree",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.69"
|
||||
futures = "0.3.26"
|
||||
log = "0.4.17"
|
||||
reqwest = "0.11.14"
|
||||
serde = { version = "1.0.152", features = ["derive"]}
|
||||
serde_json = "1.0.93"
|
||||
tokio = { version = "1.25.0", features = ["full"]}
|
||||
chrono = "0.4.23"
|
||||
hex = "0.4.3"
|
||||
hmac = "0.12.1"
|
||||
percent-encoding = "2.2.0"
|
||||
sha2 = "0.10.6"
|
||||
urlencoding = "2.1.2"
|
||||
Reference in New Issue
Block a user