Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/ungrammar/Cargo.toml')
| -rw-r--r-- | lib/ungrammar/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/ungrammar/Cargo.toml b/lib/ungrammar/Cargo.toml new file mode 100644 index 0000000000..920d9ef49d --- /dev/null +++ b/lib/ungrammar/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "ungrammar" +description = "A DSL for describing concrete syntax trees" +version = "1.16.1" +license = "MIT OR Apache-2.0" +repository = "https://github.com/rust-analyzer/ungrammar" +edition = "2018" + +exclude = ["/bors.toml", "/.github"] + +[workspace] +members = ["ungrammar2json"] + +[dependencies] +# nope |