Skip to content

Commit

Permalink
rm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jan 4, 2025
1 parent fe2b2c8 commit 6de1636
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ members = [
"lib/athena",
"lib/blowocking",
"lib/cursiv",
"lib/fast-cjson", "lib/flashy",
"lib/fast-cjson",
"lib/flashy",
"lib/geomjeungja",
"lib/http-signatures",
"lib/http-signatures-cli",
Expand Down Expand Up @@ -391,7 +392,6 @@ kitsune-mastodon = { path = "crates/kitsune-mastodon" }
kitsune-observability = { path = "crates/kitsune-observability" }
kitsune-oidc = { path = "crates/kitsune-oidc" }
kitsune-s3 = { path = "crates/kitsune-s3" }
kitsune-scss-compiler = { path = "crates/kitsune-scss-compiler" }
kitsune-search = { path = "crates/kitsune-search" }
kitsune-service = { path = "crates/kitsune-service" }
kitsune-storage = { path = "crates/kitsune-storage" }
Expand All @@ -401,18 +401,15 @@ kitsune-url = { path = "crates/kitsune-url" }
kitsune-util = { path = "crates/kitsune-util" }
kitsune-wasm-mrf = { path = "crates/kitsune-wasm-mrf" }
kitsune-webfinger = { path = "crates/kitsune-webfinger" }
kitsune = { path = "kitsune" }
kitsune-job-runner = { path = "kitsune-job-runner" }

# Local workspace dependences (lib directory)
athena = { path = "lib/athena", features = ["redis"] }
blowocking = { path = "lib/blowocking" }
cursiv = { path = "lib/cursiv", features = ["axum"] }
fast-cjson = { path = "lib/fast-cjson" }
geomjeungja = { path = "lib/geomjeungja" }
http-signatures = { path = "lib/http-signatures" }
just-retry = { path = "lib/just-retry" }
masto-id-convert = { path = "lib/masto-id-convert" }
mrf-manifest = { path = "lib/mrf-manifest", features = [
"decode",
"encode",
Expand Down
2 changes: 0 additions & 2 deletions lib/flashy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ pin-project-lite.workspace = true
serde.workspace = true
sonic-rs.workspace = true
tower.workspace = true
tracing.workspace = true
triomphe.workspace = true
zeroize.workspace = true

[lints]
workspace = true

0 comments on commit 6de1636

Please sign in to comment.