summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parentd63b0110eacffc6f167c1277e0446dbe9fd90f83 (diff)
Add to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 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"]