Skip to content

Commit dc3dece

Browse files
committed
[Rust] Fix plugins being referenced in cargo about output
1 parent 6888eb2 commit dc3dece

13 files changed

Lines changed: 13 additions & 0 deletions

File tree

arch/msp430/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["jrozner"]
55
edition = "2021"
66
license = "Apache-2.0"
7+
publish = false
78

89
[dependencies]
910
binaryninja.workspace = true

arch/riscv/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["Ryan Snyder <ryan.snyder.or@gmail.com>"]
55
edition = "2021"
66
license = "Apache-2.0"
7+
publish = false
78

89
[dependencies]
910
binaryninja.workspace = true

plugins/dwarf/dwarf_export/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "dwarf_export"
33
version = "0.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
6+
publish = false
67

78
[lib]
89
crate-type = ["cdylib"]

plugins/dwarf/dwarf_import/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "dwarf_import"
33
version = "0.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
6+
publish = false
67

78
[lib]
89
crate-type = ["cdylib"]

plugins/dwarf/dwarfdump/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["Kyle Martin <kyle@vector35.com>"]
55
edition = "2021"
66
license = "Apache-2.0"
7+
publish = false
78

89
[lib]
910
crate-type = ["cdylib"]

plugins/dwarf/shared/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["Kyle Martin <kyle@vector35.com>"]
55
edition = "2021"
66
license = "Apache-2.0"
7+
publish = false
78

89
[dependencies]
910
binaryninja.workspace = true

plugins/idb_import/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
authors = ["Rubens Brandao <git@rubens.io>"]
55
edition = "2021"
66
license = "Apache-2.0"
7+
publish = false
78

89
[lib]
910
crate-type = ["cdylib"]

plugins/pdb-ng/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "pdb-import-plugin"
33
version = "0.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
6+
publish = false
67

78
[lib]
89
crate-type = ["cdylib"]

plugins/svd/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "svd_ninja"
33
version = "0.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
6+
publish = false
67

78
[lib]
89
crate-type = ["cdylib", "lib"]

plugins/warp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "warp_ninja"
33
version = "0.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
6+
publish = false
67

78
[lib]
89
crate-type = ["lib", "cdylib"]

0 commit comments

Comments
 (0)