allow compiling out systemd-run support
This commit is contained in:
parent
0d98ab21f0
commit
4612cbdfaa
4 changed files with 37 additions and 18 deletions
|
@ -17,3 +17,7 @@ serde = { version = "1.0.188", features = ["derive"] }
|
|||
serde_with = "3.4"
|
||||
svgwriter = "0.1"
|
||||
toml = { package = "basic-toml", version = "0.1.4" }
|
||||
|
||||
[features]
|
||||
default = ["mem_limit"]
|
||||
mem_limit = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue