init-rust
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user