We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bd052 commit 931cb4bCopy full SHA for 931cb4b
1 file changed
crates/sameold/Cargo.toml
@@ -13,7 +13,6 @@ readme = "README.md"
13
[dependencies]
14
arrayvec = "^0.7.1"
15
arraydeque = "^0.5"
16
-assert_approx_eq = "1.1.0"
17
lazy_static = "^1.4.0"
18
log = "0.4"
19
nalgebra = "^0.33.2"
@@ -26,6 +25,9 @@ strum = "^0.26"
26
25
strum_macros = "^0.26"
27
thiserror = "^2.0"
28
+[dev-dependencies]
29
+assert_approx_eq = "1.1.0"
30
+
31
[dependencies.chrono]
32
version = "^0.4"
33
default-features = false
0 commit comments