summaryrefslogtreecommitdiffhomepage
path: root/mullvad-fs/Cargo.toml
blob: 76fbd3d7d4ef321622b66b0f11b2551d524f8df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mullvad-fs"
description = "File utility library"
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true

[dependencies]
log = { workspace = true }
tokio = { workspace = true, features = ["fs", "rt"] }
uuid = { version = "1.4.1", features = ["v4"] }

talpid-types = { path = "../talpid-types" }