mirror of
https://github.com/arkorty/rustcm-cli.git
synced 2026-03-18 00:57:17 +00:00
18 lines
238 B
TOML
18 lines
238 B
TOML
[package]
|
|
name = "rustcm-cli"
|
|
version = "0.1.3-alpha"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "rustcm_cli"
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "rustcm-cli"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
orion = "0.17.5"
|
|
passterm = "2.0.0"
|
|
colored = "2.0.4"
|