Skip to content

Commit ea7a415

Browse files
committed
drop: removed http crate
1 parent b140b2c commit ea7a415

2 files changed

Lines changed: 25 additions & 43 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
members = ["crates/http", "adapter/rest", "crates/base"]
2+
members = ["adapter/rest", "crates/base"]
33
resolver = "3"
44

55
[workspace.package]
@@ -23,8 +23,5 @@ prost = "0.14.0"
2323
tonic-health = "0.14.0"
2424
futures-lite = "2.6.1"
2525

26-
[workspace.dependencies.http]
27-
path = "../draco/crates/http"
28-
2926
[workspace.dependencies.base]
3027
path = "../draco/crates/base"

0 commit comments

Comments
 (0)