Skip to content

Commit d62f4fa

Browse files
committed
add license to cargo metadata
1 parent f8e5b90 commit d62f4fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

typesense/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "typesense"
33
version = "0.1.0"
44
authors = ["Typesense <[email protected]>"]
55
edition = "2018"
6+
license = "Apache-2.0"
7+
description = "WIP client for typesense"
68

79
[features]
810
default = ["derive"]
@@ -23,7 +25,7 @@ serde = { version = "1", features = ["derive"] }
2325
serde_json = "1"
2426
sha2 = "0.9.5"
2527
thiserror = "1.0.24"
26-
typesense_derive = { path="../typesense_derive", optional = true }
28+
typesense_derive = { version = "0.1.0", path="../typesense_derive", optional = true }
2729

2830
[dev-dependencies]
2931
serde_json = "1.0"

typesense_derive/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "typesense_derive"
33
version = "0.1.0"
44
authors = ["Typesense <[email protected]>"]
55
edition = "2018"
6+
description = "macros for typesense client"
7+
license = "Apache-2.0"
68

79
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
810

0 commit comments

Comments
 (0)