milly/Cargo.toml

15 lines
299 B
TOML
Raw Normal View History

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