Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/ungrammar/Cargo.toml')
-rw-r--r--lib/ungrammar/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/ungrammar/Cargo.toml b/lib/ungrammar/Cargo.toml
new file mode 100644
index 0000000000..b8dcb4abf7
--- /dev/null
+++ b/lib/ungrammar/Cargo.toml
@@ -0,0 +1,13 @@
+[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 = "2024"
+
+[dependencies]
+# nope
+
+[lints]
+workspace = true