Skip to content

Commit bb983a2

Browse files
committed
Fix wrong classification of dependencies
1 parent 87039fd commit bb983a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

splashsurf_lib/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ ply-rs = { version = "0.1.3", optional = true }
5858
flate2 = { version = "1.0", optional = true }
5959
nom = { version = "8.0", optional = true }
6060
serde_json = { version = "1.0", optional = true }
61-
clap = { version = "4.5", features = ["derive"] }
62-
fern = "0.7"
63-
chrono = "0.4"
6461

6562
[dev-dependencies]
6663
criterion = "0.6"
6764
ultraviolet = "0.10"
6865
sdfu = { git = "https://github.com/w1th0utnam3/sdfu", features = [
6966
"ultraviolet",
7067
], rev = "74856c41aaace7cf12e21b41bd0007f1363fea45" }
68+
clap = { version = "4.5", features = ["derive"] }
69+
fern = "0.7"
70+
chrono = "0.4"
7171

7272
[[example]]
7373
name = "minimal_levelset"

0 commit comments

Comments
 (0)