Skip to content

Commit

Permalink
Reformatting of Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenpt committed Sep 18, 2023
1 parent 83d9b9e commit f6c8675
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_json = { version = "1.0", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
simplelog = { version = "^0.12.0", optional = true }
structopt = { version = "0.3", optional = true }
structopt-flags = {version = "0.3.6", optional = true }
structopt-flags = { version = "0.3.6", optional = true }
tempfile = { version = "3.3", optional = true }
walkdir = { version = "2", optional = true }

Expand All @@ -36,8 +36,18 @@ rstest_reuse = "0.6.0"
test_utilities = { path = "test_utilities" }

[features]
commandline-tool = ["anyhow", "log", "serde", "serde_json", "simplelog", "structopt", "structopt-flags", "tempfile", "walkdir"]
commandline-tool = [
"anyhow",
"log",
"serde",
"serde_json",
"simplelog",
"structopt",
"structopt-flags",
"tempfile",
"walkdir",
]

[[bin]]
name = "uasset"
required-features = ["commandline-tool"]
required-features = ["commandline-tool"]

0 comments on commit f6c8675

Please sign in to comment.