forked from cholcombe973/block-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (25 loc) · 744 Bytes
/
Cargo.toml
File metadata and controls
29 lines (25 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "block-utils"
version = "0.8.2"
authors = ["Chris Holcombe <xfactor973@gmail.com>"]
description = "Utilities to work with block devices. Formatting, getting device info, identifying type of device, etc."
edition = '2018'
# These URLs point to more information about the repository.
documentation = "https://docs.rs/block-utils"
homepage = "https://github.com/cholcombe973/block-utils"
repository = "https://github.com/cholcombe973/block-utils"
readme = "README.md"
license = "MIT"
[dev-dependencies]
nix = "~0.11"
tempdir = "~0.3"
[dependencies]
fstab = "~0.3"
log = "~0.4"
nom = "~5.1.1"
regex = "~1.3"
shellscript = "~0.3"
serde_json = "~1.0"
uuid = "~0.8"
[target.'cfg(target_os = "linux")'.dependencies]
udev = "~0.4"