10 lines
179 B
TOML
10 lines
179 B
TOML
[package]
|
|
name = "stitch-peek"
|
|
version = "0.1.1"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
rustitch = { path = "../rustitch" }
|
|
clap = { version = "4", features = ["derive"] }
|
|
anyhow = "1"
|