summaryrefslogtreecommitdiff
path: root/rust/examples
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2024-10-17 17:04:36 -0400
committerKyleMiles <krm504@nyu.edu>2024-11-03 10:36:12 -0500
commitb37d3a0469811ff81d302a8cd745241bd2ebc93a (patch)
tree579b7a81687b34c950b76d6922fa4b078f048a7b /rust/examples
parent25e7218ccaf84025179d17723077218294312921 (diff)
Remove mention of old username
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]