From 9c46d94b30bce282a590f8a6dcbec4498f7e18b0 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 27 Apr 2022 23:48:33 +0200 Subject: initial commit of elfload --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a47f306 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "elfload" +version = "0.1.0" +authors = ["Johannes Stoelp"] +edition = "2021" +license = "" + +[dependencies] -- cgit v1.2.3