-
Notifications
You must be signed in to change notification settings - Fork 4
refactor: remove vendored cloudflare-rs #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
146bfd1
8ee3ed5
cfe99b8
20c531c
abd0af2
ecb1ce8
49ad8c8
ef0eddc
9f97371
3918ac0
b720023
cf31583
e4e738d
b0450f7
6bc1bb0
d2e0f6d
790d8f7
9f0bd99
ecf114a
d0c5c76
19289b3
1ce6d5e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,28 @@ | ||
| [workspace] | ||
| resolver = "2" | ||
|
|
||
| members = ["linkup-cli", "linkup", "worker", "local-server", "server-tests", "cloudflare"] | ||
| members = ["linkup-cli", "linkup", "worker", "local-server", "server-tests"] | ||
|
|
||
| [workspace.dependencies] | ||
| anyhow = "1.0.95" | ||
| async-trait = "0.1.86" | ||
| axum = { version = "0.8.8", default-features = false } | ||
| base64 = "0.22.1" | ||
| # TODO(augustoccesar)[2026-04-13]: Point this to mentimeter/cloudflare-rs until the fixes are merged upstream. | ||
| cloudflare = { git = "https://github.com/mentimeter/cloudflare-rs", rev = "77cc181830aed80ce7a7f53a517c59b16f868802" } | ||
| futures = "0.3.31" | ||
| hex = "0.4.3" | ||
| http = "1.2.0" | ||
| rand = "0.10.0" | ||
| regex = "1.11.1" | ||
| reqwest = { version = "0.13.2", default-features = false } | ||
| serde = "1.0.217" | ||
| serde_json = "1.0.138" | ||
| sha2 = "0.10.8" | ||
| thiserror = "2.0.11" | ||
| tokio = "1.49.0" | ||
| tokio-tungstenite = "0.28.0" | ||
| url = { version = "2.5.4", features = ["serde"] } | ||
|
|
||
| linkup = { path = "linkup" } | ||
| linkup-local-server = { path = "local-server" } | ||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will keep this in draft for a bit and see if we can get the fixes merged upstream 🤞