diff --git a/Cargo.toml b/Cargo.toml index 6316827..747a670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -twba-common = { version = "0.2", git = "https://github.com/OMGeeky/twba.common.git" } +twba-common.workspace = true tracing = "0.1" tokio = { version = "1.33", features = ["rt", "rt-multi-thread", "macros"] }