Skip to content

Commit

Permalink
Added missing license.
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Dec 22, 2022
1 parent 540a997 commit 2a6d1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sstable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tantivy-sstable"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = {path="../common", package="tantivy-common"}
Expand Down
1 change: 1 addition & 0 deletions stacker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tantivy-stacker"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
murmurhash32 = "0.2"
Expand Down

0 comments on commit 2a6d1ea

Please sign in to comment.