diff --git a/bong/Cargo.toml b/bong/Cargo.toml index 852b411..d4a7bd7 100644 --- a/bong/Cargo.toml +++ b/bong/Cargo.toml @@ -12,7 +12,7 @@ keywords.workspace = true [dependencies] anyhow = "*" -bingus = { path = "../bingus" } +bingus = "0.6" strum = { version = "*", features = ["derive"] } derive-new = "*" clap = { version = "4.5.40", features = ["derive"] }