diff --git a/Cargo.toml b/Cargo.toml index 17f656c..16d4c65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" description = "atuin - magical shell history" +homepage = "https://atuin.sh" +repository = "https://github.com/ellie/atuin" [workspace] members = ["./atuin-client", "./atuin-server", "./atuin-common"] diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index d60f327..4d3e913 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -5,6 +5,8 @@ authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" description = "client library for atuin" +homepage = "https://atuin.sh" +repository = "https://github.com/ellie/atuin" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index cb5475f..23d1ac8 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -5,6 +5,8 @@ authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" description = "common library for atuin" +homepage = "https://atuin.sh" +repository = "https://github.com/ellie/atuin" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 7c4be26..969aac9 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -5,6 +5,8 @@ authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" description = "server library for atuin" +homepage = "https://atuin.sh" +repository = "https://github.com/ellie/atuin" [dependencies] atuin-common = { path = "../atuin-common", version = "0.6.0" }