-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (25 loc) · 1003 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "whirlybird"
version = "0.13.4"
edition = "2021"
authors = ["Amir Alesheikh <[email protected]>"]
description = "whirlybird is a library of generic type implementations for RedMaple library, that offers workflows for different events compatible with common contents like todos, blogs and etc."
homepage = "https://github.com/prmadev/soapberry/tree/main/crates/whirlybird"
repository = "https://github.com/prmadev/soapberry/tree/main/crates/whirlybird"
license = "MPL-2.0"
categories = ["data-structures"]
keywords = ["data_model", "event-sourcing", "events"]
readme = "README.md"
[features]
default = ["journey"]
journey = []
all = ["journey"]
[package.metadata.git-cliff.git]
conventional_commits = true
split_commits = true
filter_unconventional = true
[dependencies]
redmaple = { version = "0.18.2", path = "../redmaple" }
serde = { version = "1.0.174", features = ["derive"] }
thiserror = { version = "1.0.44" }
time = { version = "0.3.23", features = ["serde"] }