Skip to content

Commit 627cfab

Browse files
committed
➕ Move faux to dev dependency
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
1 parent 1e056cc commit 627cfab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ path = "src/main.rs"
1717
anyhow = "1.0.83"
1818
axum = { version = "0.7.5", features = ["json"] }
1919
clap = { version = "4.5.3", features = ["derive", "env"] }
20-
faux = "0.1.10"
2120
futures = "0.3.30"
2221
ginepro = "0.7.2"
2322
mio = "0.8.11"
@@ -39,6 +38,9 @@ uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
3938
[build-dependencies]
4039
tonic-build = "0.11.0"
4140

41+
[dev-dependencies]
42+
faux = "0.1.10"
43+
4244
[profile.release]
4345
debug = false
4446
incremental = true

0 commit comments

Comments
 (0)