Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/ungrammar/ungrammar2json/Cargo.toml')
| -rw-r--r-- | lib/ungrammar/ungrammar2json/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ungrammar/ungrammar2json/Cargo.toml b/lib/ungrammar/ungrammar2json/Cargo.toml new file mode 100644 index 0000000000..0fa08bbbd0 --- /dev/null +++ b/lib/ungrammar/ungrammar2json/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "ungrammar2json" +description = "Convert ungrammar files to JSON" +version = "1.0.0" +license = "MIT OR Apache-2.0" +repository = "https://github.com/matklad/ungrammar" +authors = ["Aleksey Kladov <[email protected]>"] +edition = "2024" + +[dependencies] +write-json = "0.1.1" +ungrammar = { path = "../", version = "1.1.0" } |