Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenrik committed Feb 28, 2021
1 parent c80e675 commit e0049e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[package]
name = "cvardump"
version = "0.1.0"
version = "1.0.0"
authors = ["Jener Rasmussen <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "2.33.3"
rcon = "0.4.0"
regex = "1.4.3"
csv = "1.1.5"
tokio = { version = "1.1.0", features = ["rt-multi-thread"] }
tokio = { version = "1.1.0", features = ["rt-multi-thread"] }

0 comments on commit e0049e7

Please sign in to comment.