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-01-30 03:57:16 +01:00

7 lines
94 B
TOML

[package]
name = "todo-app"
version = "0.1.0"
edition = "2021"
[dependencies]
iced = "0.13.1"