skylang/Cargo.toml

14 lines
238 B
TOML
Raw Permalink Normal View History

2023-11-16 14:59:32 +00:00
[package]
name = "skylang"
version = "0.1.0"
edition = "2021"
channel = "nightly"
2023-11-16 14:59:32 +00:00
[lib]
proc-macro = true
2023-11-16 14:59:32 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
logos = "0.13.0"