From b902c11b89edc2d4e91d4bd1582792c9303bf874 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Fri, 6 Dec 2024 11:27:34 -0700 Subject: Initial loading code --- 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..e8af3ea --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "optimistic-glulxe" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit 1.4.1