-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup and formatting to make everything stable; v1.0.0
- Loading branch information
1 parent
34e05c7
commit b2cff1e
Showing
13 changed files
with
217 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ Cargo.lock | |
|
||
# Stray things | ||
*.txt | ||
build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "shticker_book_unwritten" | ||
version = "0.6.1" | ||
version = "1.0.0" | ||
authors = ["Dr. Jonathan Helianthicus Doe, IV <[email protected]>"] | ||
edition = "2018" | ||
description = "Minimal CLI launcher for the Toontown Rewritten MMORPG" | ||
|
@@ -14,7 +14,7 @@ license = "GPL-3.0-or-later" | |
[dependencies] | ||
bzip2 = "0.3.3" | ||
rpassword = "4.0.3" | ||
serde = { version = "1.0.103", features = ["derive"] } | ||
serde = { version = "1.0.104", features = ["derive"] } | ||
serde_json = "1.0.44" | ||
sha-1 = "0.8.1" | ||
|
||
|
@@ -24,7 +24,7 @@ default-features = false | |
features = ["suggestions", "vec_map"] | ||
|
||
[dependencies.reqwest] | ||
version = "0.10.0-alpha.2" | ||
version = "0.10.0" | ||
features = ["blocking", "default-tls"] | ||
|
||
[profile.release] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
format_strings = true | ||
imports_indent = "Block" | ||
imports_layout = "HorizontalVertical" | ||
match_arm_blocks = false | ||
match_block_trailing_comma = true | ||
edition = "2018" | ||
fn_args_layout = "Tall" | ||
force_explicit_abi = true | ||
hard_tabs = false | ||
max_width = 79 | ||
merge_imports = true | ||
merge_derives = true | ||
newline_style = "Unix" | ||
normalize_comments = false | ||
remove_nested_parens = true | ||
reorder_impl_items = true | ||
struct_field_align_threshold = 24 | ||
reorder_imports = true | ||
reorder_modules = true | ||
tab_spaces = 4 | ||
use_field_init_shorthand = true | ||
use_small_heuristics = "Default" | ||
use_try_shorthand = true | ||
wrap_comments = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.