crow/Cargo.toml
Allie Signet 12cde6bb15 sin
2022-06-30 20:23:25 -03:00

15 lines
396 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]
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"