2024-03-08 07:17:03 +00:00
|
|
|
[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
|
2024-03-08 07:43:28 +00:00
|
|
|
hex.workspace = true
|
|
|
|
tracing.workspace = true
|
2024-03-08 07:17:03 +00:00
|
|
|
log.workspace = true
|
|
|
|
rand.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
|