From 0610ae197f41c0439665c97d914809bd0b10c2fa Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 26 Apr 2021 14:25:57 +0100 Subject: Pre release polishing (#42) * Improve readme * Add demo gif * Update readme * Add mac build * Amend release config * Update gif --- Cargo.toml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 88a85823..f39702a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,29 @@ [package] name = "atuin" -version = "0.6.1" +version = "0.6.2" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" description = "atuin - magical shell history" homepage = "https://atuin.sh" repository = "https://github.com/ellie/atuin" +readme = "README.md" + +[package.metadata.deb] +maintainer = "Ellie Huxtable " +copyright = "2021, Ellie Huxtable " +license-file = ["LICENSE"] +depends = "$auto" +section = "utility" + +[package.metadata.rpm] +package = "atuin" + +[package.metadata.rpm.cargo] +buildflags = ["--release"] + +[package.metadata.rpm.targets] +atuin = { path = "/usr/bin/atuin" } [workspace] members = ["./atuin-client", "./atuin-server", "./atuin-common"] @@ -39,4 +56,3 @@ base64 = "0.13.0" humantime = "2.1.0" tabwriter = "1.2.1" crossbeam-channel = "0.5.1" - -- cgit v1.3.1