diff options
author | cel 🌸 <cel@blos.sm> | 2023-06-13 00:46:59 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-06-13 00:46:59 +0100 |
commit | 2b2306b57ca00dddee93f9accb5ac63381d117e7 (patch) | |
tree | 1172af839becc8112d5d900017ee06d877b7e07c /Cargo.toml | |
download | luz-2b2306b57ca00dddee93f9accb5ac63381d117e7.tar.gz luz-2b2306b57ca00dddee93f9accb5ac63381d117e7.tar.bz2 luz-2b2306b57ca00dddee93f9accb5ac63381d117e7.zip |
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8cef70b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "lâmpada" +authors = ["cel <cel@blos.sm>"] +version = "0.0.1" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |