Skip to content

Commit

Permalink
update cargo toml template (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter authored Jan 17, 2024
1 parent 8100785 commit ab20ada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates/Cargo.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ edition = "2021"
path = "src/lib.rs"

[dependencies]
serde = {{ version = ">1.0.195", features = ["derive"] }}
serde_yaml = ">0.9.30"
reqwest = {{ version = ">0.*", features = ["blocking", "json"] }}
serde = {{ version = "1.0.195", features = ["derive"] }}
serde_yaml = "0.9.30"
reqwest = {{ version = "0.11.22", features = ["blocking", "json"] }}

[[bin]]
name = "your_bin_name"
Expand Down

0 comments on commit ab20ada

Please sign in to comment.