25 lines
623 B
TOML
25 lines
623 B
TOML
|
[package]
|
||
|
name = "aero-collections"
|
||
|
version = "0.3.0"
|
||
|
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
|
||
|
edition = "2021"
|
||
|
license = "EUPL-1.2"
|
||
|
description = "Aerogramme own representation of the different objects it manipulates"
|
||
|
|
||
|
[dependencies]
|
||
|
aero-user.workspace = true
|
||
|
aero-bayou.workspace = true
|
||
|
|
||
|
anyhow.workspace = true
|
||
|
base64.workspace = true
|
||
|
futures.workspace = true
|
||
|
lazy_static.workspace = true
|
||
|
serde.workspace = true
|
||
|
hex.workspace = true
|
||
|
tokio.workspace = true
|
||
|
tracing.workspace = true
|
||
|
rand.workspace = true
|
||
|
im.workspace = true
|
||
|
sodiumoxide.workspace = true
|
||
|
eml-codec.workspace = true
|