We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0749814 commit 82bbfc5Copy full SHA for 82bbfc5
source-code/hsdf/Cargo.toml
@@ -1 +1,9 @@
1
+[package]
2
+name = "hsdf"
3
+version = "0.3.0"
4
+edition = "2021"
5
6
+[dependencies]
7
+miette = { version = "7.2.0", features = ["fancy"] }
8
+clap = { version = "4.5.20", features = ["derive"] }
9
+regex = "1.10.6"
0 commit comments