MASSIVE REFACTOR
This commit is contained in:
25
miller/Cargo.toml
Normal file
25
miller/Cargo.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[package]
|
||||
name = "miller"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
license-file = "LICENSE"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.5"
|
||||
default-features = false
|
||||
features = [
|
||||
# From default features collection
|
||||
"error-context",
|
||||
"help",
|
||||
"std",
|
||||
"suggestions",
|
||||
"usage",
|
||||
|
||||
# Optional features
|
||||
"derive",
|
||||
"string",
|
||||
]
|
||||
|
||||
[dependencies.gamelog]
|
||||
path = "./gamelog"
|
||||
Reference in New Issue
Block a user