Skip to content

Commit

Permalink
chore: fix crate metadata for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnWilton committed Aug 8, 2023
1 parent ff3e785 commit 1a3a027
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion rhizomedb-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "rhizomedb-macro"
version = "0.1.0"
description = "RhizomeDB macros"
edition = "2021"
license = "Apache-2.0 or MIT"
license = "Apache-2.0"

[lib]
proc-macro = true
Expand Down
3 changes: 2 additions & 1 deletion rhizomedb-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "rhizomedb-runtime"
version = "0.1.0"
description = "RhizomeDB runtime"
edition = "2021"
license = "Apache-2.0 or MIT"
license = "Apache-2.0"

[dependencies]
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
Expand Down
4 changes: 2 additions & 2 deletions rhizomedb-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rhizomedb-wasm"
version = "0.1.0"
description = ""
description = "RhizomeDB wasm bindings"
keywords = []
categories = []
include = ["/src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
license = "Apache-2.0 or MIT"
license = "Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.67"
Expand Down
4 changes: 2 additions & 2 deletions rhizomedb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rhizomedb"
version = "0.1.0"
description = ""
description = "RhizomeDB"
keywords = []
categories = []
include = ["/src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
license = "Apache-2.0 or MIT"
license = "Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.67"
Expand Down

0 comments on commit 1a3a027

Please sign in to comment.