Sort the TOML dependencies

This commit is contained in:
Clément Renault 2022-10-20 18:03:35 +02:00
parent 80b2e70ee7
commit 32cfac0cfd
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
6 changed files with 36 additions and 44 deletions

View file

@ -3,12 +3,10 @@ name = "file-store"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
uuid = { version = "1.1.2", features = ["serde", "v4"] }
tempfile = "3.3.0"
thiserror = "1.0.30"
uuid = { version = "1.1.2", features = ["serde", "v4"] }
[dev-dependencies]
faux = "0.1.8"