kanit

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

Cargo.toml (299B)


      1 [package]
      2 name = "kanit-diagnostics"
      3 version.workspace = true
      4 edition.workspace = true
      5 
      6 [features]
      7 tap = []
      8 timings = ["send_wrapper"]
      9 
     10 [dependencies.send_wrapper]
     11 version = "0.6"
     12 optional = true
     13 
     14 [dependencies.log]
     15 version = "0.4"
     16 features = ["std"]
     17 
     18 [dependencies.kanit-common]
     19 path = "../common"