mirror of
https://github.com/Noratrieb/config-language.git
synced 2026-01-14 08:35:08 +01:00
9 lines
155 B
TOML
9 lines
155 B
TOML
[package]
|
|
name = "config-language"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
codespan = "0.11.1"
|
|
codespan-reporting = "0.11.1"
|
|
indexmap = "2.2.6"
|