spacedrive/crates/fda/Cargo.toml
jake 8e8e355b76
[ENG-1026] Full Disk Access (#1778)
* basic FDA start

* FDA checks and prompt

* lockfile

* misc clippy

* Some small warnings

---------

Co-authored-by: Ericson Fogo Soares <ericson.ds999@gmail.com>
2023-11-15 19:59:50 +00:00

13 lines
319 B
TOML

[package]
name = "sd-fda"
version = "0.1.0"
authors = ["Jake Robinson <jake@spacedrive.com>"]
license = { workspace = true }
repository = { workspace = true }
edition = { workspace = true }
[dependencies]
dirs = "5.0.1"
tokio = { workspace = true, features = ["rt-multi-thread", "fs", "macros"] }
thiserror = "1.0.50"