mirror of
https://github.com/pfzetto/eventi.git
synced 2024-11-21 17:52:49 +01:00
10 lines
250 B
TOML
10 lines
250 B
TOML
[package]
|
|
name = "eventi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.35.0", features = ["full"] }
|
|
async-trait = "0.1.74"
|