Skip to content

Commit

Permalink
empty out core
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Dec 27, 2023
1 parent 80ca60c commit 0b25409
Show file tree
Hide file tree
Showing 52 changed files with 480 additions and 1,822 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ harness = false

[features]
default = ["typescript"]
typescript = ["rspc-core/typescript", "specta/typescript"]
typescript = ["rspc-core/typescript", "specta/typescript"] # TODO: Remove this
tracing = ["rspc-core/tracing", "dep:tracing"]

unstable = ["rspc-core/unstable"] # APIs where one line of code can blow up your whole app
unstable = ["rspc-core/unstable"] # APIs where one line of code can blow up your whole app # TODO: Drop this. No one cares about Spacedrive

[dependencies]
rspc-core = { path = "./crates/core" }
# rspc-core = { path = "./crates/core" }
rspc-core2 = { path = "./crates/core2" }
specta = { workspace = true }

Expand Down
2 changes: 2 additions & 0 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ unstable = []
[dependencies]
rspc-core2 = { path = "../core2" }

# TODO: Drop the `specta` dependency

specta = { workspace = true, features = ["typescript"] } # TODO: `typescript` should be required
serde = { workspace = true }
thiserror = { workspace = true }
Expand Down
156 changes: 0 additions & 156 deletions crates/core/src/exec/arc_ref.rs

This file was deleted.

178 changes: 0 additions & 178 deletions crates/core/src/exec/connection.rs

This file was deleted.

Loading

0 comments on commit 0b25409

Please sign in to comment.