Conlang/libconlang/Cargo.toml

16 lines
419 B
TOML
Raw Normal View History

2023-09-21 20:41:12 +00:00
[package]
name = "conlang"
2023-10-24 02:38:06 +00:00
description = "The Conlang Programming Language"
keywords = ["interpreter", "programming", "language"]
authors.workspace = true
2023-09-21 20:41:12 +00:00
version.workspace = true
edition.workspace = true
license.workspace = true
2023-10-24 04:42:39 +00:00
publish.workspace = true
2023-10-24 02:38:06 +00:00
repository.workspace = true
2023-09-21 20:41:12 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
unicode-xid = "0.2.4"