Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
75
fork

Configure Feed

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

rocks: hopefully shut down cleanly

honestly not sure if this is correct but it's something

phil 7f355881 b345084d

+148 -29
+30
Cargo.lock
··· 320 320 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 321 321 322 322 [[package]] 323 + name = "cfg_aliases" 324 + version = "0.2.1" 325 + source = "registry+https://github.com/rust-lang/crates.io-index" 326 + checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 327 + 328 + [[package]] 323 329 name = "clang-sys" 324 330 version = "1.8.1" 325 331 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 424 430 dependencies = [ 425 431 "generic-array", 426 432 "typenum", 433 + ] 434 + 435 + [[package]] 436 + name = "ctrlc" 437 + version = "3.4.5" 438 + source = "registry+https://github.com/rust-lang/crates.io-index" 439 + checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" 440 + dependencies = [ 441 + "nix", 442 + "windows-sys 0.59.0", 427 443 ] 428 444 429 445 [[package]] ··· 863 879 "axum-metrics", 864 880 "bincode", 865 881 "clap", 882 + "ctrlc", 866 883 "flume", 867 884 "fs4", 868 885 "links", ··· 874 891 "tempfile", 875 892 "tinyjson", 876 893 "tokio", 894 + "tokio-util", 877 895 "tungstenite", 878 896 "zstd", 879 897 ] ··· 1051 1069 "security-framework", 1052 1070 "security-framework-sys", 1053 1071 "tempfile", 1072 + ] 1073 + 1074 + [[package]] 1075 + name = "nix" 1076 + version = "0.29.0" 1077 + source = "registry+https://github.com/rust-lang/crates.io-index" 1078 + checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 1079 + dependencies = [ 1080 + "bitflags", 1081 + "cfg-if", 1082 + "cfg_aliases", 1083 + "libc", 1054 1084 ] 1055 1085 1056 1086 [[package]]