Skip to content
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

Move HTTP API server out of librqbit #141

Closed
The-Minecraft-Scientist opened this issue Jun 19, 2024 · 2 comments
Closed

Move HTTP API server out of librqbit #141

The-Minecraft-Scientist opened this issue Jun 19, 2024 · 2 comments

Comments

@The-Minecraft-Scientist

Currently if I add librqbit to my project it pulls in a ton of massive dependencies (axum and co) required to run the web API. Ideally the crate on crates.io would contain the minimal number of dependencies required to download torrents via rust functions (i.e. using the Session API). I might make a PR that does this at some point soon.

@The-Minecraft-Scientist
Copy link
Author

Edit: this is a lot less feasible than I thought. I ended up adding a feature flag for it in my fork.

@ikatson
Copy link
Owner

ikatson commented Jun 19, 2024

@The-Minecraft-Scientist would happily accept a PR where it's guarded by a feature flag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants