crow/Cargo.toml

16 lines
414 B
TOML
Raw Normal View History

2022-06-30 23:23:25 +00:00
[package]
name = "crow"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-06-30 23:59:25 +00:00
anyhow = "1.0.58"
2022-06-30 23:23:25 +00:00
base64-url = "1.4.13"
blake2 = "0.10.4"
lmdb-zero = "0.4.4"
multipart = { git = "https://github.com/emily-signet/multipart", default-features = false, features = ["server", "tiny_http"] }
tiny_http = "0.11.0"
url = "2.2.2"