rust cargo init

This commit is contained in:
talksik
2023-06-28 16:35:38 -07:00
commit 61df698a08
5 changed files with 21 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "rust-simple-gtk"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]