summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-04-21 21:32:21 +0100
committerEllie Huxtable <e@elm.sh>2021-04-21 21:32:21 +0100
commit4210e8de5a29eb389b753adf8df47d2c449a2eeb (patch)
treec322ce0fa3aad2ac49ba4c157a049d50191401d7
parentd63b0110eacffc6f167c1277e0446dbe9fd90f83 (diff)
Add to Cargo.toml
-rw-r--r--Cargo.toml2
-rw-r--r--atuin-client/Cargo.toml2
-rw-r--r--atuin-common/Cargo.toml2
-rw-r--r--atuin-server/Cargo.toml2
4 files changed, 8 insertions, 0 deletions
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 <ellie@elliehuxtable.com>"]
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 <ellie@elliehuxtable.com>"]
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 <ellie@elliehuxtable.com>"]
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 <ellie@elliehuxtable.com>"]
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" }