From 14de6db28fb689cdb066c5b01a2885b6a6a35157 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 20 Jun 2026 23:29:58 +1200 Subject: feat: Initial commit --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8b225fa --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "testing" +version = "0.1.0" +edition = "2024" + +[dependencies] +rand = "0.8.5" -- cgit v1.3.1