Skip to content

Commit

Permalink
Small js (webui) cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Nov 23, 2023
1 parent 56311fb commit d4e2917
Show file tree
Hide file tree
Showing 14 changed files with 420 additions and 1,771 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"crates/librqbit",
"crates/rqbit",
Expand Down
2 changes: 1 addition & 1 deletion crates/bencode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "librqbit-bencode"
version = "2.2.1"
edition = "2018"
edition = "2021"
description = "Bencode serialization and deserialization using Serde"
license = "Apache-2.0"
documentation = "https://docs.rs/librqbit-bencode"
Expand Down
2 changes: 1 addition & 1 deletion crates/buffers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "librqbit-buffers"
version = "2.2.1"
edition = "2018"
edition = "2021"
description = "Utils to work with &[u8] and Vec<u8> in librqbit source code."
license = "Apache-2.0"
documentation = "https://docs.rs/librqbit-buffers"
Expand Down
2 changes: 1 addition & 1 deletion crates/clone_to_owned/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "librqbit-clone-to-owned"
version = "2.2.1"
edition = "2018"
edition = "2021"
description = "Util traits to represent something that can be made owned and change type at the same time."
license = "Apache-2.0"
documentation = "https://docs.rs/librqbit-clone-to-owned"
Expand Down
2 changes: 1 addition & 1 deletion crates/dht/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "librqbit-dht"
version = "3.1.0"
edition = "2018"
edition = "2021"
description = "DHT implementation, used in rqbit torrent client."
license = "Apache-2.0"
documentation = "https://docs.rs/librqbit-dht"
Expand Down
2 changes: 1 addition & 1 deletion crates/librqbit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "librqbit"
version = "3.3.0"
authors = ["Igor Katson <[email protected]>"]
edition = "2018"
edition = "2021"
description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it."
license = "Apache-2.0"
documentation = "https://docs.rs/librqbit"
Expand Down
20 changes: 10 additions & 10 deletions crates/librqbit/webui/dist/app.js

Large diffs are not rendered by default.

Loading

0 comments on commit d4e2917

Please sign in to comment.