mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
16 lines
470 B
TOML
16 lines
470 B
TOML
[package]
|
|
name = "gamedig-cli"
|
|
authors = [
|
|
"rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",
|
|
]
|
|
description = "A command line interface for gamedig"
|
|
license = "MIT"
|
|
version = "0.4.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "4.1.11", features = ["derive"] }
|
|
gamedig = { version = "*", path = "../lib" }
|
|
thiserror = "1.0.43"
|