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"]
|
2023-09-23 04:54:09 +00:00
|
|
|
authors.workspace = true
|
2023-09-21 20:41:12 +00:00
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
2023-09-23 04:54:09 +00:00
|
|
|
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]
|
2023-09-25 19:22:27 +00:00
|
|
|
unicode-xid = "0.2.4"
|