diff options
author | Joris | 2022-01-09 13:39:10 +0100 |
---|---|---|
committer | Joris | 2022-01-09 13:39:10 +0100 |
commit | 5166efe517291f5c9fc6326f30651ef799d6db65 (patch) | |
tree | 36df3d65c9e7218bff2264391032ecd28001a688 /Cargo.toml | |
parent | 99af88a840bef534540a4b273d24a8a17e7fc9b9 (diff) |
Add id in event model
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,7 @@ edition = "2018" anyhow = "1.0" async-channel = "1.6" chrono = "0.4" -gtk4 = { version = "0.3", features = ["v4_2"] } +gtk4 = { version = "0.3", features = [ "v4_2" ] } rusqlite = { version = "0.26", features = [ "chrono" ] } rusqlite_migration = "0.5" +uuid = { version = "0.8", features = [ "v4" ] } |