diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2024-07-30 23:19:58 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2024-07-30 23:19:58 +0200 |
commit | 33132cf54d487c4b32d2fe0013cbe42997de78e8 (patch) | |
tree | 833aff9331bc6e5475801d9c60679a60a1312390 /Cargo.toml | |
download | maesch-33132cf54d487c4b32d2fe0013cbe42997de78e8.tar maesch-33132cf54d487c4b32d2fe0013cbe42997de78e8.tar.bz2 maesch-33132cf54d487c4b32d2fe0013cbe42997de78e8.tar.zst |
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f38b0dc --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "lia-muffin-wg-tool" +version = "0.1.0" +edition = "2021" + +[dependencies] |