Skip to content

Commit

Permalink
Added few missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Feb 21, 2024
1 parent 1619dfd commit 478bfd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ gosub_css3 = { path = "./crates/gosub-css3", features = [] }
gosub_js = { path = "./crates/gosub-js", features = [] }
gosub_jsapi = { path = "./crates/gosub-jsapi", features = [] }
gosub_testing = { path = "./crates/gosub-testing", features = [] }
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
derive_more = "0.99"
lazy_static = "1.4"
regex = "1"
ureq = "2.9.6"
anyhow = "1.0.79"
walkdir = "2.3"
Expand Down

0 comments on commit 478bfd5

Please sign in to comment.