Skip to content

Commit

Permalink
format Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
LZQCN committed Apr 2, 2024
1 parent 22635d5 commit 0b3c766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ napi = { version = "2.13.1", features = ["tokio_rt", "napi6", "serde-json"] }
napi-derive = "2.13.0"
lazy_static = "1"
tokio = { version = "1", features = ["sync", "time"] }
steamworks = { version="0.11.0", features = [ "serde", ] }
steamworks = { version = "0.11.0", features = ["serde"] }
serde = "1"
serde_json = "1"

Expand Down

0 comments on commit 0b3c766

Please sign in to comment.