mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-27 16:07:46 +00:00
14 lines
261 B
TOML
14 lines
261 B
TOML
[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
|