This commit is contained in:
2020-05-20 00:51:50 +08:00
parent 489463ef84
commit b72dc883a7
3 changed files with 249 additions and 0 deletions

11
sled/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "sled"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sled = "0.31.0"