From 097a8fba3c46ca83104763e897ee8dc035722071 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 26 Jan 2025 19:28:58 +0100 Subject: Basic simulator --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..645dcaa --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "hiccup" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3