Skip to content

Commit

Permalink
fix: typo in perseus new Cargo.toml (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
marienz authored Jan 2, 2023
1 parent d2a8377 commit 71bfaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus-cli/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
# Engine-only dependencies go here
[target.'cfg(browser)'.dependencies]
[target.'cfg(engine)'.dependencies]
tokio = { version = "1", features = [ "macros", "rt", "rt-multi-thread" ] }
perseus-warp = { version = "=%perseus_version", features = [ "dflt-server" ] }
Expand Down

0 comments on commit 71bfaa1

Please sign in to comment.