Added missing license.

This commit is contained in:
Paul Masurel
2022-12-22 12:47:43 +09:00
parent 540a9972bd
commit 2a6d1eaf78
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
name = "tantivy-sstable"
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
common = {path="../common", package="tantivy-common"}

View File

@@ -2,6 +2,7 @@
name = "tantivy-stacker"
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
murmurhash32 = "0.2"