kanit

Toy init system
Log | Files | Refs | README | LICENSE

Cargo.toml (300B)


      1 [package]
      2 name = "kanit-cli"
      3 version.workspace = true
      4 edition.workspace = true
      5 
      6 [features]
      7 blame = []
      8 
      9 [dependencies.xflags]
     10 version = "0.3"
     11 
     12 [dependencies.nix]
     13 version = "0.29"
     14 features = ["user", "reboot"]
     15 
     16 [dependencies.kanit-unit]
     17 path = "../unit"
     18 
     19 [dependencies.kanit-common]
     20 path = "../common"