This commit is contained in:
nora 2024-07-06 22:35:11 +02:00
commit bce268cceb
13 changed files with 672 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "config-language"
version = "0.1.0"
edition = "2021"
[dependencies]
codespan = "0.11.1"
codespan-reporting = "0.11.1"
indexmap = "2.2.6"