summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-04-20 12:19:13 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-04-20 12:22:26 +0300
commiteb5ba1af257034f5f6860f5ec7b78834bf279aa2 (patch)
tree94328a3d727268d83dd31305413baf4482328e05 /Cargo.toml
downloadlogic-rust-eb5ba1af257034f5f6860f5ec7b78834bf279aa2.tar.gz
logic-rust-eb5ba1af257034f5f6860f5ec7b78834bf279aa2.tar.bz2
logic-rust-eb5ba1af257034f5f6860f5ec7b78834bf279aa2.tar.lz
logic-rust-eb5ba1af257034f5f6860f5ec7b78834bf279aa2.tar.xz
logic-rust-eb5ba1af257034f5f6860f5ec7b78834bf279aa2.tar.zst
logic-rust-eb5ba1af257034f5f6860f5ec7b78834bf279aa2.zip
feat: initial commit
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..6090d27
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "logic-rust"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]