refactor: cli to work next to lib

This commit is contained in:
Cain 2023-10-17 00:05:32 +01:00
parent 6084c56d4f
commit 7d4649b6f5
4 changed files with 22 additions and 158 deletions

View file

@ -1,6 +1,8 @@
[package]
name = "gamedig-cli"
authors = ["rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]"]
authors = [
"rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",
]
description = "A command line interface for gamedig"
license = "MIT"
version = "0.4.1"
@ -11,12 +13,4 @@ edition = "2021"
[dependencies]
clap = { version = "4.1.11", features = ["derive"] }
gamedig = { version = "*", path = "../lib" }
strum = "0.25.0"
strum_macros = "0.24.3"
thiserror = "1.0.43"
[profile.release]
opt-level = 3
debug = false
rpath = true
lto = true