Skip to content

Commit

Permalink
more wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Oct 24, 2024
1 parent 7d2f27e commit c812a06
Show file tree
Hide file tree
Showing 9 changed files with 529 additions and 129 deletions.
6 changes: 5 additions & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ humantime = "2.1"
humantime-serde = "1.1"
itertools = "0.10"
indexmap = { version = "1.8", features = ["serde"] }
ipnet = {version = "2.9", features = ["serde"] }
iri-string = "0.6.0"
jemallocator = { version = "0.3", features = ["profiling"] }
jemalloc-ctl = "0.3"
Expand Down
27 changes: 5 additions & 22 deletions crates/data-plane-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,25 @@ automations = { path = "../automations" }
models = { path = "../models" }
ops = { path = "../ops" }

#allocator = { path = "../allocator" }
#gazette = { path = "../gazette" }
#labels = { path = "../labels" }
#models = { path = "../models" }
#proto-flow = { path = "../proto-flow" }
#proto-gazette = { path = "../proto-gazette" }
#proto-grpc = { path = "../proto-grpc", features = ["runtime_client"] }
#runtime = { path = "../runtime" }
#sources = { path = "../sources" }
#tables = { path = "../tables", features = ["persist"] }
#validation = { path = "../validation" }

anyhow = { workspace = true }
clap = { workspace = true }
futures = { workspace = true }
humantime = { workspace = true }
humantime-serde = { workspace = true }
ipnet = { workspace = true }
rustls = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true }
sqlx = { workspace = true }
tempfile = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tempfile = { workspace = true }
tracing-subscriber = { workspace = true }
humantime = { workspace = true }
humantime-serde = { workspace = true }
url = { workspace = true }

#validator = { workspace = true }
#xxhash-rust = { workspace = true }
# uuid = { workspace = true }
#tonic = { workspace = true }
#tokio-util = { workspace = true }

[dev-dependencies]
insta = { workspace = true }
md5 = { workspace = true }
tokio = { workspace = true }
serial_test = { workspace = true }
uuid = { workspace = true }
Loading

0 comments on commit c812a06

Please sign in to comment.