File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name = "typesense"
33version = " 0.1.0"
44authors = [" Typesense <contact@typesense.org>" ]
55edition = " 2018"
6+ license = " Apache-2.0"
7+ description = " WIP client for typesense"
68
79[features ]
810default = [" derive" ]
@@ -23,7 +25,7 @@ serde = { version = "1", features = ["derive"] }
2325serde_json = " 1"
2426sha2 = " 0.9.5"
2527thiserror = " 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 ]
2931serde_json = " 1.0"
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name = "typesense_derive"
33version = " 0.1.0"
44authors = [" Typesense <contact@typesense.org>" ]
55edition = " 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
You can’t perform that action at this time.
0 commit comments