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






                 
                    
                 
                     




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

[dependencies]
anyhow = "1.0.86"
color-eyre = "0.6.3"
config = "0.14.0"
gethostname = "0.5.0"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.128"
thiserror = "1.0.63"
toml = "0.8.19"
uuid = { version = "1.10.0", features = ["v4"] }