summaryrefslogtreecommitdiff
path: root/rust/examples
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples')
-rw-r--r--rust/examples/basic_script/Cargo.toml1
-rw-r--r--rust/examples/dwarf/dwarf_import/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/rust/examples/basic_script/Cargo.toml b/rust/examples/basic_script/Cargo.toml
index c037389e..c8ac699f 100644
--- a/rust/examples/basic_script/Cargo.toml
+++ b/rust/examples/basic_script/Cargo.toml
@@ -1,7 +1,6 @@
[package]
name = "basic_script"
version = "0.1.0"
-authors = ["KyleMiles <kyle@vector35.com>"]
edition = "2021"
[dependencies]
diff --git a/rust/examples/dwarf/dwarf_import/Cargo.toml b/rust/examples/dwarf/dwarf_import/Cargo.toml
index 1736535f..0ea66894 100644
--- a/rust/examples/dwarf/dwarf_import/Cargo.toml
+++ b/rust/examples/dwarf/dwarf_import/Cargo.toml
@@ -1,7 +1,6 @@
[package]
name = "dwarf_import"
version = "0.1.0"
-authors = ["KyleMiles <kyle@vector35.com>"]
edition = "2021"
[lib]