You've already forked decomp.dev
mirror of
https://github.com/encounter/decomp.dev.git
synced 2026-07-10 03:18:48 -07:00
18 lines
429 B
TOML
18 lines
429 B
TOML
[package]
|
|
name = "decomp-dev-cli"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
argp = "0.4"
|
|
decomp-dev-core = { path = "../core" }
|
|
decomp-dev-github = { path = "../github" }
|
|
objdiff-core.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
tracing.workspace = true
|
|
typed-path = "0.11"
|