17 lines
No EOL
538 B
TOML
17 lines
No EOL
538 B
TOML
[package]
|
|
name = "stargate"
|
|
version = "0.1.4"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
rich = [ "dep:tera", "dep:rocket_dyn_templates" ]
|
|
|
|
[dependencies]
|
|
rocket = "0.5.1"
|
|
regex = "1.12.2"
|
|
clap = { version = "4.5.56", features = ["derive", "env"] }
|
|
watchfile = { version = "0.1.1", default-features = false, features = ["toml"] }
|
|
tokio = { version = "1.49.0", features = ["sync"] }
|
|
log = "0.4.29"
|
|
tera = { version = "1.20.1", optional = true, default-features = false }
|
|
rocket_dyn_templates = { version = "0.2.0", optional = true, features = ["tera"] } |