Add to Cargo.toml
This commit is contained in:
parent
d63b0110ea
commit
4210e8de5a
4 changed files with 8 additions and 0 deletions
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue