Projects STRLCPY deduplicator Commits e158a826
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    Cargo.lock
    skipped 268 lines
    269 269   
    270 270  [[package]]
    271 271  name = "deduplicator"
    272  -version = "0.0.3"
     272 +version = "0.0.4"
    273 273  dependencies = [
    274 274   "anyhow",
    275 275   "chrono",
    skipped 762 lines
  • ■ ■ ■ ■ ■
    Cargo.toml
    1 1  [package]
    2 2  name = "deduplicator"
    3  -version = "0.0.3"
     3 +version = "0.0.4"
    4 4  edition = "2021"
    5 5  description = "find,filter,delete Duplicates"
    6 6  license = "MIT"
     7 +authors = ["Sreedev Kodichath <[email protected]>", "Valentin Bersier <[email protected]>"]
    7 8   
    8 9  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
    9 10   
    skipped 16 lines
Please wait...
Page is in error, reload to recover