This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
todo-app/Cargo.toml
2025-02-01 13:55:54 +01:00

7 lines
133 B
TOML

[package]
name = "todo-app"
version = "0.1.0"
edition = "2021"
[dependencies]
iced = { version = "0.13.1", features = ["advanced"] }