diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-19 19:25:11 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-19 19:25:11 +0100 |
commit | 97a3274a775d0fbd8f5fb3ad16c3381caab83251 (patch) | |
tree | c2fc6cc5cd9233053d5f0da35afdda88bff82a31 /hello_cargo/Cargo.toml |
init
Diffstat (limited to 'hello_cargo/Cargo.toml')
-rw-r--r-- | hello_cargo/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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] |