diff options
Diffstat (limited to 'hello_world/Cargo.toml')
-rw-r--r-- | hello_world/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hello_world/Cargo.toml b/hello_world/Cargo.toml new file mode 100644 index 0000000..4f0a461 --- /dev/null +++ b/hello_world/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "hello_world" +version = "0.1.0" +edition = "2024" + +[dependencies] |