You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
355 B
TOML

[package]
name = "autodiscover"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4"
toml = "0.5"
actix-web = "4.0.0-rc.3"
askama = "0.11"
serde = "1.0"
serde_derive = "1.0"
quick-xml = "0.22"
uuid = { version = "0.8", features = ["v4"] }