diff options
author | cel 🌸 <cel@blos.sm> | 2024-01-18 09:43:46 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-01-18 09:43:46 +0000 |
commit | 35d60f1f23c5e205135dd413a855780a6763783c (patch) | |
tree | 6ed79d00f557452ff27d6a15cfdf47ae2d2e1bee /Cargo.toml | |
download | macaw-35d60f1f23c5e205135dd413a855780a6763783c.tar.gz macaw-35d60f1f23c5e205135dd413a855780a6763783c.tar.bz2 macaw-35d60f1f23c5e205135dd413a855780a6763783c.zip |
initial commitxmpp-rs
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..d7008a1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "macaw" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |