add and sort incomplete package metadata
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
c3a0d28309
commit
eed8a2a801
9 changed files with 65 additions and 19 deletions
8
deps/rust-rocksdb/Cargo.toml
vendored
8
deps/rust-rocksdb/Cargo.toml
vendored
|
@ -1,7 +1,13 @@
|
|||
[package]
|
||||
name = "rust-rocksdb-uwu"
|
||||
version = "0.0.1"
|
||||
categories.workspace = true
|
||||
description = "dylib wrapper for rust-rocksdb"
|
||||
edition = "2021"
|
||||
keywords.workspace = true
|
||||
license.workspace = true
|
||||
readme.workspace = true
|
||||
repository.workspace = true
|
||||
version = "0.0.1"
|
||||
|
||||
[features]
|
||||
default = ["snappy", "lz4", "zstd", "zlib", "bzip2"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue