Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ target/
Cargo.lock
tags
commit-changes.sh
context-snapshot.yaml
238 changes: 0 additions & 238 deletions ARENA_THREADING_NOTES.md

This file was deleted.

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
members = [
"tocin",
"tocin-build",
# "tocin-health", # Depends on InterceptedService, not yet updated
"tocin-health", # Re-enabling to test arena lifetime handling
# "tocin-protobuf", # Only needed for Google protobuf interop, not core tocin
# "tocin-protobuf-build",
"tocin-types",
# "tocin-reflection", # Depends on tower Service, not yet updated
"tocin-reflection",
"tocin-defiant",
"tocin-defiant-build",
# "tocin-web", # Depends on Body::new, not yet updated
# "tocin-web", # Removed: not appropriate for perf-oriented thread-per-core servers
# Temporarily disabled during monoio migration:
# "examples",
"examples",
# "codegen",
# "grpc",
# "interop",
Expand Down Expand Up @@ -40,6 +40,7 @@ monoio-rustls = { version = "0.1" }

# Arena-based protobuf
defiant = { path = "../defiant/defiant" }
defiant-types = { path = "../defiant/defiant-types" }

# Common dependencies
bytes = "1.0"
Expand Down
Loading