You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
515 B
20 lines
515 B
[package] |
|
name = "v" |
|
version = "0.1.0" |
|
edition = "2021" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[dependencies] |
|
anyhow = "1.0.68" |
|
argon2 = { version = "0.4.1", features = ["std"] } |
|
axum = "0.6.1" |
|
dashmap = "5.4.0" |
|
lazy_static = "1.4.0" |
|
nanoid = "0.4.0" |
|
once_cell = "1.17.0" |
|
parking_lot = "0.12.1" |
|
serde = { version = "1.0.152", features = ["derive", "serde_derive"] } |
|
tera = "1.17.1" |
|
thiserror = "1.0.38" |
|
tokio = { version = "1.23.0", features = ["full"] }
|
|
|