summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-04-20 19:58:39 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-04-20 19:58:39 +0300
commit7c5de6bcd852284289ecf59f0eb509c5fb599e50 (patch)
tree1ebe9fd8a93b920a874315b41dcd6128ff475259 /Cargo.toml
parentfeat: initial commit (diff)
downloadlogic-rust-7c5de6bcd852284289ecf59f0eb509c5fb599e50.tar.gz
logic-rust-7c5de6bcd852284289ecf59f0eb509c5fb599e50.tar.bz2
logic-rust-7c5de6bcd852284289ecf59f0eb509c5fb599e50.tar.lz
logic-rust-7c5de6bcd852284289ecf59f0eb509c5fb599e50.tar.xz
logic-rust-7c5de6bcd852284289ecf59f0eb509c5fb599e50.tar.zst
logic-rust-7c5de6bcd852284289ecf59f0eb509c5fb599e50.zip
feat: basic minimization algorithm
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6090d27..1e99547 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+itertools = "0.14.0"