init-rust

This commit is contained in:
2023-09-28 02:08:48 +03:00
commit 235d7417df
5 changed files with 1499 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "discoursio-notifier"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.4.0"
redis = { version = "0.23", features = ["tokio-comp"]}
serde = "1.0.188"
serde_json = "1.0.107"
tokio = { version = "1", features = ["full"] }