wires

summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-10-21 18:39:35 -0400
committerwires <wires@noreply.wires.systems>2025-10-21 18:39:35 -0400
commitfc5400cb216e3961cc6fb203e364872209ef2980 (patch)
tree692d80af54664849001b7b30620389bcf0b2931a /Cargo.toml
downloadwyrd-fc5400cb216e3961cc6fb203e364872209ef2980.tar.gz
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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 <wires@wires.systems>"]
+license = "GPL-3.0-only"
+repository = "https://git.wires.systems/wyrd"
+
+[dependencies]