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 15:57:06 +01:00

7 lines
107 B
TOML

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