aboutsummaryrefslogtreecommitdiff
path: root/aero-bayou/Cargo.toml
blob: d271f4abf54ba855fb58ba636693a27ab335c882 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "aero-bayou"
version = "0.3.0"
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
edition = "2021"
license = "EUPL-1.2"
description = "A simplified version of Bayou by Terry et al. (ACM SIGOPS 1995)"

[dependencies]
aero-user.workspace = true

anyhow.workspace = true
log.workspace = true
rand.workspace = true
serde.workspace = true
tokio.workspace = true