chore(cargo): replace nix with rustix

This commit is contained in:
Michael Aaron Murphy 2024-03-15 14:54:38 +01:00 committed by Jeremy Soller
parent 32229c16f0
commit 132ea0de3c
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
9 changed files with 5 additions and 25 deletions

View file

@ -9,7 +9,6 @@ chrono = { version = "0.4.35", features = ["clock"] }
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
libcosmic.workspace = true
nix.workspace = true
once_cell = "1"
rust-embed.workspace = true
tokio = { version = "1.36.0", features = ["time"] }