prepare cozorocks for crates.io

main
Ziyang Hu 2 years ago
parent fd117c8244
commit 12f6fa50cd

12
Cargo.lock generated

@ -195,9 +195,9 @@ checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
[[package]] [[package]]
name = "bytemuck" name = "bytemuck"
version = "1.12.1" version = "1.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da" checksum = "5aec14f5d4e6e3f927cd0c81f72e5710d95ee9019fbeb4b3021193867491bfd8"
[[package]] [[package]]
name = "byteorder" name = "byteorder"
@ -934,9 +934,9 @@ dependencies = [
[[package]] [[package]]
name = "nalgebra" name = "nalgebra"
version = "0.31.2" version = "0.31.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da388c517f7c8540918d00f7aed9864c1ead01a14a0cc21513b171857119de12" checksum = "0eef2ccf9aefdae3334ad5911b5414724b9047bfe145b3353d5878732cc7b86b"
dependencies = [ dependencies = [
"approx", "approx",
"matrixmultiply", "matrixmultiply",
@ -1511,9 +1511,9 @@ dependencies = [
[[package]] [[package]]
name = "simba" name = "simba"
version = "0.7.2" version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c48e45e5961033db030b56ad67aef22e9c908c493a6e8348c0a0f6b93433cd77" checksum = "2f3fd720c48c53cace224ae62bef1bbff363a70c68c4802a78b5cc6159618176"
dependencies = [ dependencies = [
"approx", "approx",
"num-complex", "num-complex",

@ -53,7 +53,7 @@ thiserror = "1.0.34"
uuid = { version = "1.1.2", features = ["v1", "v4", "serde"] } uuid = { version = "1.1.2", features = ["v1", "v4", "serde"] }
csv = "1.1.6" csv = "1.1.6"
tikv-jemallocator-global = { version = "0.5.0", optional = true } tikv-jemallocator-global = { version = "0.5.0", optional = true }
cozorocks = { path = "cozorocks" } cozorocks = { path = "cozorocks", version = "0.1.0" }
clap = { version = "3.2.8", features = ["derive"] } clap = { version = "3.2.8", features = ["derive"] }
rouille = "3.5.0" rouille = "3.5.0"

@ -4,6 +4,10 @@ version = "0.1.0"
edition = "2021" edition = "2021"
license = "MIT/Apache-2.0/BSD-3-Clause" license = "MIT/Apache-2.0/BSD-3-Clause"
authors = ["Ziyang Hu"] authors = ["Ziyang Hu"]
description = "Bindings to RocksDB used by the cozo crate"
homepage = "https://github.com/cozodb/cozo"
repository = "https://github.com/cozodb/cozo"
documentation = "https://cozodb.github.io/current/manual"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Loading…
Cancel
Save