mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-10-30 05:05:52 +01:00
17 lines
411 B
TOML
17 lines
411 B
TOML
|
[package]
|
||
|
name = "simple-wkd"
|
||
|
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.3.1"
|
||
|
chrono = "0.4.24"
|
||
|
rand = "0.8.5"
|
||
|
sequoia-net = "0.27.0"
|
||
|
sequoia-openpgp = "1.14.0"
|
||
|
serde = { version = "1.0.160", features = ["derive"] }
|
||
|
serde_json = "1.0.96"
|
||
|
tokio = { version = "1.27.0", features = ["time"] }
|