2024-02-21 11:04:18 -05:00
|
|
|
[package]
|
|
|
|
name = "talc-lang"
|
2024-12-21 01:00:36 -05:00
|
|
|
version = "0.2.2"
|
2024-02-21 11:04:18 -05:00
|
|
|
edition = "2021"
|
2024-12-25 22:58:12 -05:00
|
|
|
rust-version = "1.81.0"
|
2024-02-21 11:04:18 -05:00
|
|
|
|
2024-12-31 22:09:51 -05:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2024-02-21 11:04:18 -05:00
|
|
|
[dependencies]
|
2025-01-02 22:39:29 -05:00
|
|
|
num = "0.4"
|
2025-01-18 19:06:58 -05:00
|
|
|
lazy_static = "1"
|
|
|
|
unicode-ident = "1"
|