Skip to content

Commit

Permalink
fix: publish state of tool
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jun 10, 2024
1 parent 7b9e911 commit 62cfe41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/solve-snapshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
name = "solve-snapshot"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
publish = false

[dependencies]
resolvo = { path = "../../../resolvo", features = ["serde"] }
clap = { version = "4.5", features = ["derive"] }
csv = "1.3"
serde_json = "1.0"
serde = { version = "1.0.196", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }

0 comments on commit 62cfe41

Please sign in to comment.