Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yush authored Aug 16, 2023
1 parent 161533d commit f89fb80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[package]
name = "tardis"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

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

[dependencies]
futures = "0.1"
tokio-core = "0.1.18"
# tun-tap = { path = "./tuntap-0.1.4" }
tun-tap = "0.1.4"
tun-tap = "0.1.4"

0 comments on commit f89fb80

Please sign in to comment.