10 lines
199 B
TOML
10 lines
199 B
TOML
[package]
|
|
name = "registry-explorer"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
veritas-core = { path = "../../veritas-core" }
|
|
anyhow.workspace = true
|