ginger/rust/Cargo.toml

12 lines
243 B
TOML
Raw Normal View History

[package]
name = "ginger"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
im-rc = "15.1.0"
2022-12-24 22:33:32 +00:00
char_reader = "0.1.1"
unicode_categories = "0.1.1"