Skip to content

Commit

Permalink
config: Cargo.toml add message for cargo publish (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould authored Sep 30, 2023
1 parent 036385d commit 3c5603d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
name = "kip-sql"
version = "0.0.1-alpha.0"
edition = "2021"
authors = ["Kould <[email protected]>", "Xwg <[email protected]>"]
description = "build the SQL layer of KipDB database"
license = "Apache-2.0"
repository = "https://github.com/KipData/KipSQL"
readme = "README.md"
keywords = ["async", "SQL", "Persistence"]
categories = ["development-tools", "database"]

[lib]
doctest = false
Expand All @@ -29,7 +36,7 @@ futures = "0.3.25"
ahash = "0.8.3"
lazy_static = "1.4.0"
comfy-table = "7.0.1"
bytes = "*"
bytes = "1.5.0"
kip_db = "0.1.2-alpha.15"
async-recursion = "1.0.5"
rust_decimal = "1"
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
![architecture](./static/images/architecture.png)

### Get Started
#### 组件引入
``` toml
kip-sql = "0.0.1-alpha.0"
```

Install rust toolchain first.
```
cargo run
Expand Down

0 comments on commit 3c5603d

Please sign in to comment.