first commit
This commit is contained in:
11
front/Cargo.toml
Normal file
11
front/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "front"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
iced = { version = "0.13.1", features = ["debug", "image"] }
|
||||
|
||||
[[bin]]
|
||||
name = "liscord"
|
||||
path = "src/main.rs"
|
||||
Reference in New Issue
Block a user