Skip to content

Commit

Permalink
chore: Remove unused dependencies & files
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Mar 4, 2024
1 parent 0ca6f34 commit d534ddb
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 165 deletions.
132 changes: 0 additions & 132 deletions .github/workflows/release.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .release-please-manifest.json

This file was deleted.

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.

8 changes: 4 additions & 4 deletions car-mirror-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@ anyhow = "1.0"
async-trait = "0.1"
axum = { version = "0.7", features = ["http1", "http2"] }
axum-macros = "0.4"
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
bytes = "1.4"
car-mirror = { version = "0.1", path = "../car-mirror", features = ["quick_cache"] }
futures = "0.3"
http = "1.0"
libipld = "0.16"
mime = "0.3"
rcgen = "0.12.1"
serde = "^1"
serde_ipld_dagcbor = { workspace = true }
thiserror = "1.0"
tokio = { version = "1.0", features = ["rt-multi-thread"] }
tokio-util = { version = "0.7", features = ["io"] }
tower-http = { version = "0.5", features = ["cors", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json", "parking_lot", "registry"] }
wnfs-common = { workspace = true }

[dev-dependencies]
axum-server-dual-protocol = "0.6.0"
axum-server = { version = "0.6", features = ["tls-rustls"] }
axum-server-dual-protocol = "0.6"
rand = "0.8"
rand_chacha = "0.3"
rcgen = "0.12"
test-log = { version = "0.2", default-features = false, features = ["trace"] }
test-strategy = "0.3"
testresult = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json", "parking_lot", "registry"] }
wnfs-unixfs-file = { workspace = true }

[package.metadata.docs.rs]
Expand Down
2 changes: 0 additions & 2 deletions car-mirror-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"

[dependencies]
anyhow = { workspace = true }
bytes = { workspace = true }
car-mirror = { path = "../car-mirror" }
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down
10 changes: 0 additions & 10 deletions init-msg.rhai

This file was deleted.

11 changes: 0 additions & 11 deletions release-please-config.json

This file was deleted.

0 comments on commit d534ddb

Please sign in to comment.