about summary refs log tree commit diff
path: root/parrot_module/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'parrot_module/Cargo.toml')
-rw-r--r--parrot_module/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/parrot_module/Cargo.toml b/parrot_module/Cargo.toml
new file mode 100644
index 0000000..f4ced8e
--- /dev/null
+++ b/parrot_module/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "parrot_module"
+version = "0.1.0"
+edition = "2024"
+
+[lib]
+name = "parrot"
+crate-type = ["cdylib"]
+
+[dependencies]