Skip to content

Commit

Permalink
Split up http_api into files
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Jan 14, 2025
1 parent bde8d7c commit c60f365
Show file tree
Hide file tree
Showing 17 changed files with 1,046 additions and 954 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 c60f365

Please sign in to comment.