Update LICENSE link on crates.io
This commit is contained in:
parent
c3773b2e57
commit
e629ddf9c5
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ name = "surreal"
|
|||
publish = false
|
||||
edition = "2021"
|
||||
version = "1.0.0-beta.9"
|
||||
license-file = "LICENSE"
|
||||
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
|
||||
|
||||
[features]
|
||||
|
|
|
@ -12,7 +12,7 @@ homepage = "https://github.com/surrealdb/surrealdb"
|
|||
documentation = "https://docs.rs/surrealdb/"
|
||||
keywords = ["database", "embedded-database", "key-value", "key-value-store", "kv-store"]
|
||||
categories = ["database-implementations", "data-structures", "embedded"]
|
||||
license = "Apache-2.0"
|
||||
license-file = "../LICENSE"
|
||||
resolver = "2"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue