tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

Cargo.toml (232B)


      1 [package]
      2 name = "dam"
      3 version = "0.1.0"
      4 edition = "2024"
      5 
      6 [dependencies]
      7 anyhow = "1.0"
      8 tempfile = "3.10"
      9 clap = { version = "4.5", features = ["derive"] }
     10 similar = "3.0.0"
     11 console = "0.16"
     12 
     13 [dev-dependencies]
     14 clap_mangen = "0.3"