don't
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

dev(knot): move mock-pds to dev-dependencies

Signed-off-by: tjh <x@tjh.dev>

tjh 8d00582e cf60e3d2

+1 -3
-1
Cargo.lock
··· 2121 2121 "bytes", 2122 2122 "clap", 2123 2123 "clap_complete", 2124 - "dashmap", 2125 2124 "data-encoding", 2126 2125 "futures-util", 2127 2126 "gix",
+1 -2
crates/gordian-knot/Cargo.toml
··· 48 48 tower = { version = "0.5.2", features = ["buffer", "filter", "limit"] } 49 49 tower-http = { version = "0.6.6", features = ["decompression-gzip", "request-id", "trace", "tracing", "util"] } 50 50 tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } 51 - dashmap = "6.1.0" 52 - mock-pds = { version = "0.0.0", path = "../mock-pds" } 53 51 clap_complete = "4.5.65" 54 52 55 53 [dev-dependencies] 56 54 http-body-util = "0.1.3" 55 + mock-pds = { path = "../mock-pds" } 57 56 multibase = "0.9.1" 58 57 59 58 [target.'cfg(not(target_env = "msvc"))'.dependencies]