milly/Cargo.toml
2023-10-14 22:39:17 +02:00

15 lines
No EOL
299 B
TOML

[package]
name = "milly"
version = "0.1.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["dom", "fs"]
dom = []
actix = ["actix-web"]
fs = []
[dependencies]
actix-web = { version = "4.4.0", optional = true }