aboutsummaryrefslogtreecommitdiff
path: root/aezref/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'aezref/Cargo.toml')
-rw-r--r--aezref/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/aezref/Cargo.toml b/aezref/Cargo.toml
new file mode 100644
index 0000000..51a864f
--- /dev/null
+++ b/aezref/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "aezref"
+version = "0.1.0"
+edition = "2024"
+build = "build.rs"
+
+[dependencies]
+
+[build-dependencies]
+cc = "1.2"