diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-12-05 18:56:46 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-12-05 18:56:46 +0100 |
commit | 3271189f5930603ccbe443385cdb5bc811495e22 (patch) | |
tree | 568f563b792e819fcfdb96004ba3c30435e98856 /Cargo.toml |
initial commitmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..44bd213 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rsdsl_autodebug" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |