Migration

This commit is contained in:
2024-03-21 09:35:29 +01:00
commit ffc6304f6e
8206 changed files with 26300 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "launcher_client_iced"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iced = { version = "0.8", features = ["tokio"] }
iced_futures = "0.6"
iced_native = "0.9"
reqwest = { version = "0.11", features = ["rustls-tls"] }
directories = "4.0"