Initialize rust project

This commit is contained in:
SadlyNotSappho 2023-01-17 14:14:07 -08:00
parent d61bce3468
commit 5d10e34027
2 changed files with 13 additions and 0 deletions

5
.gitignore vendored
View File

@ -71,3 +71,8 @@ Network Trash Folder
Temporary Items
.apdisk
# Added by cargo
/target

8
Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "matrix-desktop"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]