talc/talc-lang/Cargo.toml
trimill 5a03ffedf1
All checks were successful
docs / test (push) Successful in 11s
webrepl / test (push) Successful in 2m2s
rand --> 0.9
2025-02-06 09:48:49 -05:00

13 lines
180 B
TOML

[package]
name = "talc-lang"
version = "0.2.3"
edition = "2021"
rust-version = "1.81.0"
[lints]
workspace = true
[dependencies]
num = "0.4"
lazy_static = "1"
unicode-ident = "1"