diff options
Diffstat (limited to 'plugins/dwarf')
| -rw-r--r-- | plugins/dwarf/dwarf_export/Cargo.toml | 1 | ||||
| -rw-r--r-- | plugins/dwarf/dwarf_import/Cargo.toml | 1 | ||||
| -rw-r--r-- | plugins/dwarf/dwarfdump/Cargo.toml | 1 | ||||
| -rw-r--r-- | plugins/dwarf/shared/Cargo.toml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/plugins/dwarf/dwarf_export/Cargo.toml b/plugins/dwarf/dwarf_export/Cargo.toml index a3d0e75b..570626f6 100644 --- a/plugins/dwarf/dwarf_export/Cargo.toml +++ b/plugins/dwarf/dwarf_export/Cargo.toml @@ -2,6 +2,7 @@ name = "dwarf_export" version = "0.1.0" edition = "2021" +license = "Apache-2.0" [lib] crate-type = ["cdylib"] diff --git a/plugins/dwarf/dwarf_import/Cargo.toml b/plugins/dwarf/dwarf_import/Cargo.toml index 52f89a46..9527274a 100644 --- a/plugins/dwarf/dwarf_import/Cargo.toml +++ b/plugins/dwarf/dwarf_import/Cargo.toml @@ -2,6 +2,7 @@ name = "dwarf_import" version = "0.1.0" edition = "2021" +license = "Apache-2.0" [lib] crate-type = ["cdylib"] diff --git a/plugins/dwarf/dwarfdump/Cargo.toml b/plugins/dwarf/dwarfdump/Cargo.toml index a58e2e33..cd13206a 100644 --- a/plugins/dwarf/dwarfdump/Cargo.toml +++ b/plugins/dwarf/dwarfdump/Cargo.toml @@ -3,6 +3,7 @@ name = "dwarfdump" version = "0.1.0" authors = ["Kyle Martin <kyle@vector35.com>"] edition = "2021" +license = "Apache-2.0" [lib] crate-type = ["cdylib"] diff --git a/plugins/dwarf/shared/Cargo.toml b/plugins/dwarf/shared/Cargo.toml index 2e2ee51e..83ecee93 100644 --- a/plugins/dwarf/shared/Cargo.toml +++ b/plugins/dwarf/shared/Cargo.toml @@ -3,6 +3,7 @@ name = "dwarfreader" version = "0.1.0" authors = ["Kyle Martin <kyle@vector35.com>"] edition = "2021" +license = "Apache-2.0" [dependencies] binaryninja.workspace = true |
