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 19:21:24 +01:00

8 lines
165 B
TOML

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