mirror of
https://git.nolog.cz/NoLog.cz/anon.git
synced 2025-01-31 05:03:35 +01:00
19 lines
613 B
TOML
19 lines
613 B
TOML
[package]
|
|
name = "anon"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
async-std = { version = "1.8.0", features = ["attributes"] }
|
|
tide = { version = "0.16.0", features = [] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
serde_yaml = "0.9.34"
|
|
ring = { version = "0.17.8", features = ["std"] }
|
|
anyhow = "1.0.70"
|
|
base64 = "0.21.0"
|
|
hex = "0.4.3"
|
|
# TODO: replace with crates.io version when updated upstream
|
|
tide-serve-dir-macro = { git = "https://github.com/bain3/tide-serve-dir-macro" }
|