summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-28 14:33:46 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-28 15:58:10 +0100
commit6531d6783cb5943564c452e3368b3b68ef0b0b0b (patch)
treee70e2758470df504d74cb5a9373b6269d56ee1b4 /Cargo.toml
parent365c4b1974fb1d3361e97f64584a4f31bae98160 (diff)
task-010: adds Hello, world!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aa43c0b..52df1c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,7 @@ derive_builder = { version = "0.20.2" }
diesel = { version = "2.2.0" }
diesel_migrations = "2.2.0"
dotenvy = "0.15.7"
+iced = "0.13.1"
itertools = "0.13.0"
libsqlite3-sys = { version = "0.30.1" }
rocket = { version = "0.5.1" }