summaryrefslogtreecommitdiff
path: root/rust/examples/dwarfdump/Cargo.toml
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2021-02-10 22:02:50 +0000
committerKyleMiles <krm504@nyu.edu>2021-03-17 23:43:59 +0000
commit1515df8e71412787470b27d04ed9b2944fca0fdc (patch)
tree400fbc792da7de1cc62e0fae171aae2bdf346869 /rust/examples/dwarfdump/Cargo.toml
parent41e11f8387ebb3275da31994b85a7a8b6256eb99 (diff)
Misc typo changes, const changes, code cleanup, and example updates
Diffstat (limited to 'rust/examples/dwarfdump/Cargo.toml')
-rw-r--r--rust/examples/dwarfdump/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/dwarfdump/Cargo.toml b/rust/examples/dwarfdump/Cargo.toml
index b8b431f4..92cc6e20 100644
--- a/rust/examples/dwarfdump/Cargo.toml
+++ b/rust/examples/dwarfdump/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "dwarfdump"
version = "0.1.0"
-authors = ["KyleMiles <kyle@vector35.com>"]
+authors = ["Kyle Martin <kyle@vector35.com>"]
edition = "2018"
[lib]