Skip to content

Commit

Permalink
Remove newly published rust crates (geldata#8359)
Browse files Browse the repository at this point in the history
`gel-auth` and `gel-stream` now live in `edgedb-rust`
  • Loading branch information
mmastrac authored Feb 26, 2025
1 parent 9952643 commit 344315b
Show file tree
Hide file tree
Showing 30 changed files with 53 additions and 5,885 deletions.
422 changes: 49 additions & 373 deletions Cargo.lock

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ members = [
"rust/captive_postgres",
"rust/conn_pool",
"rust/db_proto",
"rust/gel-auth",
"rust/gel-jwt",
"rust/gel-stream",
"rust/gel-http",
"rust/pgrust",
"rust/pyo3_util",
Expand All @@ -23,9 +21,10 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "time",
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["registry", "env-filter"] }

gel-auth = { path = "rust/gel-auth" }
gel-auth = { version = "0.1" }
gel-stream = { version = "0.1" }

gel-jwt = { path = "rust/gel-jwt" }
gel-stream = { path = "rust/gel-stream" }
db_proto = { path = "rust/db_proto" }
captive_postgres = { path = "rust/captive_postgres" }
conn_pool = { path = "rust/conn_pool" }
Expand Down
1 change: 0 additions & 1 deletion edb/server/_rust_native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pyo3_util.workspace = true
conn_pool = { workspace = true, features = [ "python_extension" ] }
pgrust = { workspace = true, features = [ "python_extension" ] }
gel-http = { workspace = true, features = [ "python_extension" ] }
gel-auth = { workspace = true, features = [ "python_extension" ] }
gel-jwt = { workspace = true, features = [ "python_extension" ] }

[lib]
Expand Down
33 changes: 0 additions & 33 deletions rust/gel-auth/Cargo.toml

This file was deleted.

8 changes: 0 additions & 8 deletions rust/gel-auth/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions rust/gel-auth/src/handshake/mod.rs

This file was deleted.

183 changes: 0 additions & 183 deletions rust/gel-auth/src/handshake/server_auth.rs

This file was deleted.

76 changes: 0 additions & 76 deletions rust/gel-auth/src/lib.rs

This file was deleted.

Loading

0 comments on commit 344315b

Please sign in to comment.