blob: 4c87b914974c1af00ac8401130c5f09dfc665a36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[workspace]
members = [
"crates/atuin-nucleo/matcher",
"crates/atuin-nucleo/bench",
"crates/turtle"
]
resolver = "2"
exclude = ["crates/atuin-nucleo/matcher/fuzz"]
[workspace.package]
version = "18.16.1"
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
rust-version = "1.95.0"
license = "MIT"
homepage = "https://atuin.sh"
repository = "https://github.com/atuinsh/atuin"
readme = "README.md"
[workspace.dependencies]
atuin-nucleo = { path = "crates/atuin-nucleo", version = "0.6.0" }
atuin-nucleo-matcher = { path = "crates/atuin-nucleo/matcher", version = "0.3.1" }
|