From fc5400cb216e3961cc6fb203e364872209ef2980 Mon Sep 17 00:00:00 2001 From: wires Date: Tue, 21 Oct 2025 18:39:35 -0400 Subject: initial commit --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e01005b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "wyrd" +version = "0.1.0" +edition = "2024" +authors = ["wires "] +license = "GPL-3.0-only" +repository = "https://git.wires.systems/wyrd" + +[dependencies] -- cgit 1.4.1