A file-based task manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

REMOVE: unused dependency

-11
-10
Cargo.lock
··· 498 498 ] 499 499 500 500 [[package]] 501 - name = "smallstr" 502 - version = "0.3.0" 503 - source = "registry+https://github.com/rust-lang/crates.io-index" 504 - checksum = "63b1aefdf380735ff8ded0b15f31aab05daf1f70216c01c02a12926badd1df9d" 505 - dependencies = [ 506 - "smallvec", 507 - ] 508 - 509 - [[package]] 510 501 name = "smallvec" 511 502 version = "1.13.2" 512 503 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 600 591 "edit", 601 592 "nix", 602 593 "open", 603 - "smallstr", 604 594 "thiserror", 605 595 "url", 606 596 "xattr",
-1
Cargo.toml
··· 13 13 url = "2" 14 14 xattr = "1" 15 15 colored = "2" 16 - smallstr = "0" 17 16 open = "5" 18 17 19 18 [build-dependencies]