Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

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

Removed dirs dep

-139
-138
Cargo.lock
··· 98 98 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 99 99 100 100 [[package]] 101 - name = "bitflags" 102 - version = "2.9.4" 103 - source = "registry+https://github.com/rust-lang/crates.io-index" 104 - checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 105 - 106 - [[package]] 107 101 name = "block" 108 102 version = "0.1.6" 109 103 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 229 223 checksum = "dbe111bdda79626e929d51c9b229c8127d024abc2a99efeb48f16a0a76f7d54d" 230 224 231 225 [[package]] 232 - name = "dirs" 233 - version = "5.0.1" 234 - source = "registry+https://github.com/rust-lang/crates.io-index" 235 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 236 - dependencies = [ 237 - "dirs-sys", 238 - ] 239 - 240 - [[package]] 241 - name = "dirs-sys" 242 - version = "0.4.1" 243 - source = "registry+https://github.com/rust-lang/crates.io-index" 244 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 245 - dependencies = [ 246 - "libc", 247 - "option-ext", 248 - "redox_users", 249 - "windows-sys 0.48.0", 250 - ] 251 - 252 - [[package]] 253 226 name = "equivalent" 254 227 version = "1.0.2" 255 228 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 266 239 ] 267 240 268 241 [[package]] 269 - name = "getrandom" 270 - version = "0.2.16" 271 - source = "registry+https://github.com/rust-lang/crates.io-index" 272 - checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 273 - dependencies = [ 274 - "cfg-if", 275 - "libc", 276 - "wasi", 277 - ] 278 - 279 - [[package]] 280 242 name = "gimli" 281 243 version = "0.31.1" 282 244 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 330 292 "core-foundation", 331 293 "core-foundation-sys", 332 294 "dir_spec", 333 - "dirs", 334 295 "eyre", 335 296 "libc", 336 297 "objc", ··· 366 327 version = "0.2.175" 367 328 source = "registry+https://github.com/rust-lang/crates.io-index" 368 329 checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 369 - 370 - [[package]] 371 - name = "libredox" 372 - version = "0.1.10" 373 - source = "registry+https://github.com/rust-lang/crates.io-index" 374 - checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 375 - dependencies = [ 376 - "bitflags", 377 - "libc", 378 - ] 379 330 380 331 [[package]] 381 332 name = "log" ··· 492 443 checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 493 444 494 445 [[package]] 495 - name = "option-ext" 496 - version = "0.2.0" 497 - source = "registry+https://github.com/rust-lang/crates.io-index" 498 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 499 - 500 - [[package]] 501 446 name = "owo-colors" 502 447 version = "4.2.2" 503 448 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 553 498 checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 554 499 dependencies = [ 555 500 "proc-macro2", 556 - ] 557 - 558 - [[package]] 559 - name = "redox_users" 560 - version = "0.4.6" 561 - source = "registry+https://github.com/rust-lang/crates.io-index" 562 - checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 563 - dependencies = [ 564 - "getrandom", 565 - "libredox", 566 - "thiserror", 567 501 ] 568 502 569 503 [[package]] ··· 870 804 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 871 805 872 806 [[package]] 873 - name = "wasi" 874 - version = "0.11.1+wasi-snapshot-preview1" 875 - source = "registry+https://github.com/rust-lang/crates.io-index" 876 - checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 877 - 878 - [[package]] 879 807 name = "windows-link" 880 808 version = "0.1.3" 881 809 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 883 811 884 812 [[package]] 885 813 name = "windows-sys" 886 - version = "0.48.0" 887 - source = "registry+https://github.com/rust-lang/crates.io-index" 888 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 889 - dependencies = [ 890 - "windows-targets 0.48.5", 891 - ] 892 - 893 - [[package]] 894 - name = "windows-sys" 895 814 version = "0.52.0" 896 815 source = "registry+https://github.com/rust-lang/crates.io-index" 897 816 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" ··· 910 829 911 830 [[package]] 912 831 name = "windows-targets" 913 - version = "0.48.5" 914 - source = "registry+https://github.com/rust-lang/crates.io-index" 915 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 916 - dependencies = [ 917 - "windows_aarch64_gnullvm 0.48.5", 918 - "windows_aarch64_msvc 0.48.5", 919 - "windows_i686_gnu 0.48.5", 920 - "windows_i686_msvc 0.48.5", 921 - "windows_x86_64_gnu 0.48.5", 922 - "windows_x86_64_gnullvm 0.48.5", 923 - "windows_x86_64_msvc 0.48.5", 924 - ] 925 - 926 - [[package]] 927 - name = "windows-targets" 928 832 version = "0.52.6" 929 833 source = "registry+https://github.com/rust-lang/crates.io-index" 930 834 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" ··· 958 862 959 863 [[package]] 960 864 name = "windows_aarch64_gnullvm" 961 - version = "0.48.5" 962 - source = "registry+https://github.com/rust-lang/crates.io-index" 963 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 964 - 965 - [[package]] 966 - name = "windows_aarch64_gnullvm" 967 865 version = "0.52.6" 968 866 source = "registry+https://github.com/rust-lang/crates.io-index" 969 867 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" ··· 976 874 977 875 [[package]] 978 876 name = "windows_aarch64_msvc" 979 - version = "0.48.5" 980 - source = "registry+https://github.com/rust-lang/crates.io-index" 981 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 982 - 983 - [[package]] 984 - name = "windows_aarch64_msvc" 985 877 version = "0.52.6" 986 878 source = "registry+https://github.com/rust-lang/crates.io-index" 987 879 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" ··· 994 886 995 887 [[package]] 996 888 name = "windows_i686_gnu" 997 - version = "0.48.5" 998 - source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1000 - 1001 - [[package]] 1002 - name = "windows_i686_gnu" 1003 889 version = "0.52.6" 1004 890 source = "registry+https://github.com/rust-lang/crates.io-index" 1005 891 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" ··· 1024 910 1025 911 [[package]] 1026 912 name = "windows_i686_msvc" 1027 - version = "0.48.5" 1028 - source = "registry+https://github.com/rust-lang/crates.io-index" 1029 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1030 - 1031 - [[package]] 1032 - name = "windows_i686_msvc" 1033 913 version = "0.52.6" 1034 914 source = "registry+https://github.com/rust-lang/crates.io-index" 1035 915 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" ··· 1042 922 1043 923 [[package]] 1044 924 name = "windows_x86_64_gnu" 1045 - version = "0.48.5" 1046 - source = "registry+https://github.com/rust-lang/crates.io-index" 1047 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1048 - 1049 - [[package]] 1050 - name = "windows_x86_64_gnu" 1051 925 version = "0.52.6" 1052 926 source = "registry+https://github.com/rust-lang/crates.io-index" 1053 927 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" ··· 1060 934 1061 935 [[package]] 1062 936 name = "windows_x86_64_gnullvm" 1063 - version = "0.48.5" 1064 - source = "registry+https://github.com/rust-lang/crates.io-index" 1065 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1066 - 1067 - [[package]] 1068 - name = "windows_x86_64_gnullvm" 1069 937 version = "0.52.6" 1070 938 source = "registry+https://github.com/rust-lang/crates.io-index" 1071 939 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" ··· 1075 943 version = "0.53.0" 1076 944 source = "registry+https://github.com/rust-lang/crates.io-index" 1077 945 checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 1078 - 1079 - [[package]] 1080 - name = "windows_x86_64_msvc" 1081 - version = "0.48.5" 1082 - source = "registry+https://github.com/rust-lang/crates.io-index" 1083 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1084 946 1085 947 [[package]] 1086 948 name = "windows_x86_64_msvc"
-1
infat-lib/Cargo.toml
··· 16 16 plist = "1.6" 17 17 18 18 # System 19 - dirs = "5.0" 20 19 dir_spec = "0.5.0" 21 20 22 21 [target.'cfg(target_os = "macos")'.dependencies]