Add to Cargo.toml

This commit is contained in:
Ellie Huxtable 2021-04-21 21:32:21 +01:00
parent d63b0110ea
commit 4210e8de5a
4 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,8 @@ authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
description = "atuin - magical shell history" description = "atuin - magical shell history"
homepage = "https://atuin.sh"
repository = "https://github.com/ellie/atuin"
[workspace] [workspace]
members = ["./atuin-client", "./atuin-server", "./atuin-common"] members = ["./atuin-client", "./atuin-server", "./atuin-common"]

View file

@ -5,6 +5,8 @@ authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
description = "client library for atuin" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -5,6 +5,8 @@ authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
description = "common library for atuin" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -5,6 +5,8 @@ authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
description = "server library for atuin" description = "server library for atuin"
homepage = "https://atuin.sh"
repository = "https://github.com/ellie/atuin"
[dependencies] [dependencies]
atuin-common = { path = "../atuin-common", version = "0.6.0" } atuin-common = { path = "../atuin-common", version = "0.6.0" }