13 lines
277 B
TOML
13 lines
277 B
TOML
[package]
|
|
name = "vahanafs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
char_enum = { version = "0.1.0", path = "crates/char_enum", features = ["derive"] }
|
|
enumflags2 = "0.7.11"
|
|
itertools = "0.14.0"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winfsp = "0.11.3"
|
|
wmi = "0.15.1"
|