11 lines
194 B
TOML
11 lines
194 B
TOML
[package]
|
|
name = "yunq"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
mammoth = {path = "../mammoth", default-features = false}
|
|
|
|
[features]
|
|
default = ["hosted"]
|
|
hosted = ["mammoth/hosted"]
|