12 lines
282 B
TOML
12 lines
282 B
TOML
[package]
|
|
name = "formaty"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
structopt = "0.3.23"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "0.5.8"
|
|
byteorder = "1.4.3" |