15 lines
No EOL
299 B
TOML
15 lines
No EOL
299 B
TOML
[package]
|
|
name = "milly"
|
|
version = "0.1.2"
|
|
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 } |