initial commit

This commit is contained in:
2023-02-26 17:59:35 +03:00
parent 85ce59c478
commit 24185f677e
15 changed files with 634 additions and 0 deletions

20
Cargo.toml Normal file
View 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"