Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci1729 authored Sep 24, 2021
1 parent 3a3bb68 commit a479ca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ serde = "1.0"
tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "time"]}
tracing-subscriber = "0.2"
wagi-provider = {path = "./crates/wagi-provider", version = "0.1.0", default-features = false}
notify = "=5.0.0-pre.10"

[workspace]
members = [
Expand All @@ -63,4 +64,4 @@ members = [

[[bin]]
name = "krustlet-wagi"
path = "src/krustlet-wagi.rs"
path = "src/krustlet-wagi.rs"

0 comments on commit a479ca9

Please sign in to comment.