Projects STRLCPY jscythe Commits 076d024a
🤬
  • ■ ■ ■ ■ ■ ■
    Cargo.lock
    skipped 180 lines
    181 181  ]
    182 182   
    183 183  [[package]]
    184  -name = "colored"
    185  -version = "2.0.0"
    186  -source = "registry+https://github.com/rust-lang/crates.io-index"
    187  -checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
    188  -dependencies = [
    189  - "atty",
    190  - "lazy_static",
    191  - "winapi 0.3.9",
    192  -]
    193  - 
    194  -[[package]]
    195 184  name = "core-foundation"
    196 185  version = "0.9.3"
    197 186  source = "registry+https://github.com/rust-lang/crates.io-index"
    skipped 426 lines
    624 613  version = "1.0.0"
    625 614  dependencies = [
    626 615   "clap",
    627  - "colored",
    628 616   "lazy_static",
    629 617   "netstat2",
    630 618   "nix",
    skipped 1362 lines
  • ■ ■ ■ ■ ■
    Cargo.toml
    skipped 9 lines
    10 10   
    11 11  [dependencies]
    12 12  clap = { version = "3.2.18", features = ["derive"] }
    13  -colored = "2.0.0"
    14 13  lazy_static = "1.4.0"
    15 14  netstat2 = "0.9.1"
    16 15  nix = "0.25.0"
    skipped 6 lines
Please wait...
Page is in error, reload to recover