Restore a rocks database from object storage
9
fork

Configure Feed

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

cargo stuff

phil b6f2ce2d 56ab57b5

+6 -2
+1 -1
Cargo.lock
··· 360 360 361 361 [[package]] 362 362 name = "eat-rocks" 363 - version = "0.1.0" 363 + version = "0.1.1" 364 364 dependencies = [ 365 365 "clap", 366 366 "crc32c",
+5 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "eat-rocks" 3 3 description = "Restore a rocks database from object storage" 4 + documentation = "https://docs.rs/eat-rocks/latest/eat_rocks/" 5 + repository = "https://tangled.org/microcosm.blue/eat-rocks" 6 + readme = "readme.md" 4 7 license = "MIT OR Apache-2.0" 5 - version = "0.1.0" 8 + authors = ["fig bad-example.com"] 9 + version = "0.1.1" 6 10 edition = "2024" 7 11 8 12 [features]