diff --git a/realm_core/Cargo.toml b/realm_core/Cargo.toml index 90b7a429..b517e260 100644 --- a/realm_core/Cargo.toml +++ b/realm_core/Cargo.toml @@ -3,7 +3,7 @@ name = "realm_core" version = "0.3.8" authors = ["Realm Contributors"] description = "Realm's core facilities." -repository = "https://github.com/zhboner/realm/realm_core" +repository = "https://github.com/zhboner/realm" readme = "README.md" documentation = "https://docs.rs/realm_core" keywords = ["network", "relay", "zero-copy", "websocket", "tls"] diff --git a/realm_hook/Cargo.toml b/realm_hook/Cargo.toml index 6d6f9342..db429f2b 100644 --- a/realm_hook/Cargo.toml +++ b/realm_hook/Cargo.toml @@ -3,7 +3,7 @@ name = "realm_hook" version = "0.1.4" authors = ["zephyr "] description = "Realm's flexible hooks." -repository = "https://github.com/zhboner/realm/realm_hook" +repository = "https://github.com/zhboner/realm" readme = "README.md" documentation = "https://docs.rs/realm_hook" keywords = ["ffi", "hook"] diff --git a/realm_io/Cargo.toml b/realm_io/Cargo.toml index 440e0614..3a387dba 100644 --- a/realm_io/Cargo.toml +++ b/realm_io/Cargo.toml @@ -3,7 +3,7 @@ name = "realm_io" version = "0.4.0" authors = ["zephyr "] description = "Realm's high performance IO collections." -repository = "https://github.com/zhboner/realm/realm_io" +repository = "https://github.com/zhboner/realm" readme = "README.md" documentation = "https://docs.rs/realm_io" keywords = ["network", "zero-copy", "relay"] diff --git a/realm_syscall/Cargo.toml b/realm_syscall/Cargo.toml index a845cd43..eca5e7e5 100644 --- a/realm_syscall/Cargo.toml +++ b/realm_syscall/Cargo.toml @@ -3,7 +3,7 @@ name = "realm_syscall" version = "0.1.8" authors = ["zephyr "] description = "Realm's convenient syscall collections." -repository = "https://github.com/zhboner/realm/realm_syscall" +repository = "https://github.com/zhboner/realm" readme = "README.md" documentation = "https://docs.rs/realm_syscall" keywords = ["network", "syscall"]