canary-rs/crates/textwrap/Cargo.toml

10 lines
166 B
TOML
Raw Normal View History

2022-12-05 21:44:44 +00:00
[package]
name = "canary-textwrap"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
2022-12-05 21:44:44 +00:00
[dependencies]
canary-script = { path = "../script" }
textwrap = "0.16"