ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

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

remove humanize-duration

authored by

marshmallow and committed by
marshmallow
6c6f5a42 be1d04eb

-51
-50
Cargo.lock
··· 386 386 ] 387 387 388 388 [[package]] 389 - name = "deranged" 390 - version = "0.5.5" 391 - source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 393 - dependencies = [ 394 - "powerfmt", 395 - ] 396 - 397 - [[package]] 398 389 name = "derive_more" 399 390 version = "2.0.1" 400 391 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 746 737 checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 747 738 748 739 [[package]] 749 - name = "humanize-duration" 750 - version = "0.0.7" 751 - source = "registry+https://github.com/rust-lang/crates.io-index" 752 - checksum = "9d17650201754d4f79437bc2fa1f157273a7779de1391c818b275d6bb40998b9" 753 - dependencies = [ 754 - "time", 755 - ] 756 - 757 - [[package]] 758 740 name = "icu_collections" 759 741 version = "2.0.0" 760 742 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 963 945 "futures", 964 946 "gethostname", 965 947 "gjson", 966 - "humanize-duration", 967 948 "im", 968 949 "itertools", 969 950 "key_agent", ··· 1188 1169 dependencies = [ 1189 1170 "windows-sys 0.52.0", 1190 1171 ] 1191 - 1192 - [[package]] 1193 - name = "num-conv" 1194 - version = "0.1.0" 1195 - source = "registry+https://github.com/rust-lang/crates.io-index" 1196 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1197 1172 1198 1173 [[package]] 1199 1174 name = "num-traits" ··· 1355 1330 ] 1356 1331 1357 1332 [[package]] 1358 - name = "powerfmt" 1359 - version = "0.2.0" 1360 - source = "registry+https://github.com/rust-lang/crates.io-index" 1361 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1362 - 1363 - [[package]] 1364 1333 name = "ppv-lite86" 1365 1334 version = "0.2.21" 1366 1335 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2029 1998 dependencies = [ 2030 1999 "cfg-if", 2031 2000 ] 2032 - 2033 - [[package]] 2034 - name = "time" 2035 - version = "0.3.44" 2036 - source = "registry+https://github.com/rust-lang/crates.io-index" 2037 - checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 2038 - dependencies = [ 2039 - "deranged", 2040 - "num-conv", 2041 - "powerfmt", 2042 - "serde", 2043 - "time-core", 2044 - ] 2045 - 2046 - [[package]] 2047 - name = "time-core" 2048 - version = "0.1.6" 2049 - source = "registry+https://github.com/rust-lang/crates.io-index" 2050 - checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 2051 2001 2052 2002 [[package]] 2053 2003 name = "tinystr"
-1
wire/lib/Cargo.toml
··· 38 38 gjson = "0.8.1" 39 39 owo-colors = { workspace = true } 40 40 termion = "4.0.6" 41 - humanize-duration = "0.0.7" 42 41 43 42 [dev-dependencies] 44 43 tempdir = "0.3"