aboutsummaryrefslogblamecommitdiffstats
path: root/Cargo.toml
blob: b3aa76fcfab090f314a3e24992cf49f7a51aeabf (plain) (tree)
1
2
3
4
5
6
7
8
9


              





                 
                                                                               

                                                            



                             



                                                                                                 
                                                      

                    
              

                         
[workspace]
resolver = "2"

[package]
name = "macaw"
version = "0.1.0"
edition = "2021"

[dependencies]
iced = { version = "0.13.0", features = ["tokio", "image", "svg", "advanced"] }
filamento = { version = "0.1.0", path = "../luz/filamento" }
jid = { version = "0.1.0", path = "../luz/jid" }
tokio = "1.43.0"
tokio-stream = "0.1.17"
tracing-subscriber = "0.3.19"
tracing = "0.1.41"
confy = "0.6.1"
keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service"] }
uuid = { version = "1.13.1", features = ["v4"] }
indexmap = "2.7.1"
serde = { version = "1.0.218", features = ["derive"] }
thiserror = "2.0.11"
toml = "0.8"
dirs = "6.0.0"
chrono-humanize = "0.2.3"
chrono = "0.4.40"