diff options
author | DrFrugal <drfrugal@vmi2238186.contaboserver.net> | 2024-12-29 15:33:28 +0100 |
---|---|---|
committer | DrFrugal <drfrugal@vmi2238186.contaboserver.net> | 2024-12-29 15:33:28 +0100 |
commit | bca32a698039330ed7daaa86bbbe8ba82d8bf95c (patch) | |
tree | 3a706da45e8ef6320e5da114c8edab5e07f4258f /Cargo.toml |
init
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..ef03938 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "laa_toggle" +version = "0.1.2" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |