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

16
alterego/Cargo.toml Normal file
View 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}