crow/Cargo.toml
2022-06-30 21:30:28 -03:00

17 lines
481 B
TOML

[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]
anyhow = "1.0.58"
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"] }
rkyv = { version = "0.7.39", features = ["strict", "archive_le"] }
tiny_http = "0.11.0"
url = "2.2.2"