From 97a3274a775d0fbd8f5fb3ad16c3381caab83251 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Wed, 19 Feb 2025 19:25:11 +0100 Subject: init --- hello_cargo/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello_cargo/Cargo.toml (limited to 'hello_cargo/Cargo.toml') diff --git a/hello_cargo/Cargo.toml b/hello_cargo/Cargo.toml new file mode 100644 index 0000000..0f4a343 --- /dev/null +++ b/hello_cargo/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "hello_cargo" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3