Files
rustspace/alterego/Cargo.toml
2023-02-26 17:59:35 +03:00

17 lines
457 B
TOML

[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}