From 4210e8de5a29eb389b753adf8df47d2c449a2eeb Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 21 Apr 2021 21:32:21 +0100 Subject: Add to Cargo.toml --- Cargo.toml | 2 ++ atuin-client/Cargo.toml | 2 ++ atuin-common/Cargo.toml | 2 ++ atuin-server/Cargo.toml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 17f656c5..16d4c655 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 d60f3273..4d3e9130 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 cb5475f3..23d1ac82 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 7c4be264..969aac9b 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" } -- cgit v1.2.3