aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-19 14:31:33 +0900
committernsfisis <nsfisis@gmail.com>2025-07-19 14:38:43 +0900
commit6cbd16ed14ac36f8e117937fc2dc73a8a9ddb698 (patch)
tree5023ead1735d297149a65f5c4e76e3cc0c761b6d /Cargo.toml
parent53bbb4ff0effb2886c2462d5a2693dae5c9c5ee6 (diff)
downloadregulus-6cbd16ed14ac36f8e117937fc2dc73a8a9ddb698.tar.gz
regulus-6cbd16ed14ac36f8e117937fc2dc73a8a9ddb698.tar.zst
regulus-6cbd16ed14ac36f8e117937fc2dc73a8a9ddb698.zip
cargo init
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..d284715
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "regulus"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]