talc/talc-bin/Cargo.toml
trimill b1fccce8e3
All checks were successful
docs / test (push) Successful in 10s
refactoring
2024-12-31 22:09:51 -05:00

20 lines
417 B
TOML

[package]
name = "talc-bin"
version = "0.2.2"
edition = "2021"
rust-version = "1.81.0"
[lints]
workspace = true
[[bin]]
name = "talc"
path = "src/main.rs"
[dependencies]
talc-lang = { path = "../talc-lang" }
talc-std = { path = "../talc-std" }
rustyline = "14.0"
clap = { version = "4.5", features = ["std", "help", "usage", "derive", "error-context"], default-features = false }
ctrlc = "3.4"
lazy_static = "1.5"