2023-07-02 03:00:36 +00:00
|
|
|
[package]
|
2023-07-02 13:39:43 +00:00
|
|
|
name = "gnu-echo-rs"
|
2023-07-02 03:00:36 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-07-02 21:37:09 +00:00
|
|
|
license-file = "LICENSE"
|
|
|
|
description = "A rewrite of the echo GNU core utility in rust"
|
|
|
|
homepage = "https://projects.surferlul.me/gnu-echo-rs/"
|
|
|
|
repository = "https://github.com/Surferlul/gnu-echo-rs"
|
|
|
|
readme = "README.md"
|
2023-07-02 03:00:36 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ascii_converter = "0.3.0"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
regex = "1.8.4"
|