diff --git a/Cargo.toml b/Cargo.toml index 411e7ea0..d66e46dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,6 @@ name = "libnotify" version = "0.0.1" authors = ["Mika Attila "] -[dependencies.libnotify-sys] -git = "https://github.com/crumblingstatue/rust-libnotify-sys.git" - -[dependencies.glib-2_0-sys] -git = "https://github.com/crumblingstatue/glib-sys.git" -branch = "integ" +[dependencies] +libnotify-sys = "*" +glib-2_0-sys = "*"