mirror of
https://github.com/arkorty/rustcm-cli.git
synced 2026-03-18 00:57:17 +00:00
Refactor: Split project into library and binary crates
This commit is contained in:
@@ -3,7 +3,13 @@ name = "rustcm-cli"
|
|||||||
version = "0.1.3-alpha"
|
version = "0.1.3-alpha"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
[lib]
|
||||||
|
name = "rustcm_cli"
|
||||||
|
path = "src/lib.rs"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "rustcm-cli"
|
||||||
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
orion = "0.17.5"
|
orion = "0.17.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user