Skip to content

Commit

Permalink
Add tests and handle more cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Selene-Amanita committed Jun 14, 2023
1 parent 384e6bb commit dce0d55
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 22 deletions.
52 changes: 47 additions & 5 deletions generate-assets/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions generate-assets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
toml = "0.5"
toml = "0.7"
serde = { version = "1", features = ["derive"] }
rand = "0.8"
regex = "1"
cargo_toml = "0.11.5"
cargo_toml = "0.15"
url = "2.2.2"
anyhow = "1.0.58"
base64 = "0.13.0"
Expand Down
Loading

0 comments on commit dce0d55

Please sign in to comment.