initial commit
This commit is contained in:
16
alterego/Cargo.toml
Normal file
16
alterego/Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "alterego"
|
||||
version = "0.1.0"
|
||||
authors = ["Aleksandr Trushkin <aleksandr.trushkin@rt.ru>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = {workspace = true}
|
||||
futures = {workspace = true}
|
||||
log = {workspace = true}
|
||||
reqwest = {workspace = true}
|
||||
serde = {workspace = true, features = ["derive"]}
|
||||
serde_json = {workspace = true}
|
||||
tokio = {workspace = true}
|
||||
Reference in New Issue
Block a user