Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bencinn committed Jun 19, 2023
1 parent fe18c8c commit 924a0ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "teo"
version = "0.2.2"
version = "0.3.0"
edition = "2021"

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

[dependencies]
anyhow = "1.0.71"
clap = { version = "4.1.8", features = ["suggestions", "color", "help", "derive"] }
fwdansi = "1.1.0"
libc = "0.2.146"
peg = "0.8.1"
rand = "0.8.5"
Expand All @@ -16,6 +17,7 @@ rust_decimal_macros = "1.29.1"
serde = "1.0.164"
serde_json = "1.0.96"
termcolor = "1.2.0"
windows-sys = "0.48.0"

[features]
default = ["print", "return"]
Expand Down

0 comments on commit 924a0ce

Please sign in to comment.