aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 698c4920883a7162f3799679b6fcbe48d6abb5fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rsdsl_diagd"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fatfs = "0.3.6"
fscommon = "0.1.1"
nix = { version = "0.29.0", default-features = false, features = ["fs", "signal"] }