Update LICENSE link on crates.io

This commit is contained in:
Tobie Morgan Hitchcock 2023-04-01 02:10:55 +01:00
parent c3773b2e57
commit e629ddf9c5
2 changed files with 2 additions and 1 deletions

View file

@ -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]

View file

@ -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]