Add license to tokenizer-api crate (#1778)

This commit is contained in:
Adrien Guillo
2023-01-10 23:26:41 -05:00
committed by GitHub
parent 14222a47a3
commit f3621c0487

View File

@@ -1,6 +1,7 @@
[package] [package]
name = "tantivy-tokenizer-api" name = "tantivy-tokenizer-api"
version = "0.1.0" version = "0.1.0"
license = "MIT"
edition = "2021" edition = "2021"
description = "Tokenizer API of tantivy" description = "Tokenizer API of tantivy"