summaryrefslogtreecommitdiffstats
path: root/src/tools/lld-wrapper/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/lld-wrapper/Cargo.toml')
-rw-r--r--src/tools/lld-wrapper/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/lld-wrapper/Cargo.toml b/src/tools/lld-wrapper/Cargo.toml
new file mode 100644
index 000000000..bf5138b16
--- /dev/null
+++ b/src/tools/lld-wrapper/Cargo.toml
@@ -0,0 +1,5 @@
+[package]
+name = "lld-wrapper"
+version = "0.1.0"
+edition = "2021"
+license = "MIT OR Apache-2.0"