From d41013cef2705a41c849b0df446bb1ff9ce85511 Mon Sep 17 00:00:00 2001 From: Daniel Hader Date: Sun, 6 Sep 2026 10:16:26 -0500 Subject: Nfa construction using Thompson's method --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..2c92766 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "folly" +version = "0.1.0" +edition = "2024" + +[dependencies] +nom = "8.0.0" +pest = "2.8.6" +pest_derive = "2.8.6" +recursion = "0.5.4" -- cgit v1.2.3