File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ prost = "0.12"
3232tower-http = { version = " 0.3" , features = [" cors" ] }
3333
3434# Local crate references
35- shorterdb = { path = " crates/shorterdb" , version = " 0.2.0" }
35+ shorterDB = { path = " crates/shorterdb" , version = " 0.2.0" }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Add this to your `Cargo.toml`:
4747
4848``` toml
4949[dependencies ]
50- shorterdb = " 0.2.0"
50+ shorterDB = " 0.2.0"
5151```
5252
5353## Workspace Structure
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
55publish = false
66
77[dependencies ]
8- shorterdb .workspace = true
8+ shorterDB .workspace = true
99anyhow.workspace = true
1010clap.workspace = true
1111
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ path = "src/main.rs"
1313
1414[dependencies ]
1515# Core engine
16- shorterdb .workspace = true
16+ shorterDB .workspace = true
1717
1818# Networking
1919tokio.workspace = true
Original file line number Diff line number Diff line change 11[package ]
2- name = " shorterdb "
2+ name = " shorterDB "
33description = " A lightweight embedded key-value store built with SkipLists and LSM architecture"
44version.workspace = true
55authors.workspace = true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:
2020
2121``` toml
2222[dependencies ]
23- shorterdb = " 0.2.0"
23+ shorterDB = " 0.2.0"
2424```
2525
2626## Quick Start
You can’t perform that action at this time.
0 commit comments