Skip to content

Commit f647f70

Browse files
authored
chore: exclude examples from crates.io (#113)
1 parent d62400a commit f647f70

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

jingle/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ authors = ["toolCHAINZ"]
1111
rust-version = "1.85.0"
1212
categories = ["mathematics"]
1313
keywords = ["ghidra", "sleigh", "pcode", "smt"]
14+
exclude = [
15+
"examples/*",
16+
]
1417

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

@@ -26,8 +29,8 @@ thiserror = "2.0"
2629
serde = { version = "1.0", features = ["derive"] }
2730
tracing = "0.1"
2831
clap = { version = "4.5", optional = true, features = ["derive"] }
29-
confy = { version = "1.0.0", optional = true}
30-
hex = { version = "0.4" , optional = true}
32+
confy = { version = "1.0.0", optional = true }
33+
hex = { version = "0.4", optional = true }
3134
anyhow = { version = "1.0", optional = true }
3235
pyo3 = { version = "0.26", optional = true }
3336
petgraph = "0.8.2"
@@ -40,3 +43,4 @@ pyo3 = ["dep:pyo3", "jingle_sleigh/pyo3", "dep:z3-sys"]
4043

4144
[[example]]
4245
name = "location"
46+

0 commit comments

Comments
 (0)