Skip to content

Commit

Permalink
Merge pull request #303 from ikatson/http-api-maintanability
Browse files Browse the repository at this point in the history
[refactor] HTTP API maintanability
  • Loading branch information
ikatson authored Jan 14, 2025
2 parents 98e9a75 + 2c85624 commit b34c246
Show file tree
Hide file tree
Showing 17 changed files with 1,040 additions and 914 deletions.
3 changes: 2 additions & 1 deletion crates/librqbit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["default-tls"]
default = ["default-tls", "http-api-client"]
tokio-console = ["console-subscriber", "tokio/tracing"]
http-api = ["axum", "tower-http"]
http-api-client = []
upnp-serve-adapter = ["upnp-serve"]
webui = []
timed_existence = []
Expand Down
Loading

0 comments on commit b34c246

Please sign in to comment.