summary refs log tree commit diff
path: root/Cargo.toml
blob: 772b0104eae4ab832c191f2eed625cb664bcb5f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[workspace]
members = ["modules/site_test", "modules/morgana_proc"]

[package]
name = "morgana"
version = "0.1.0"
edition = "2021"

[dependencies]
futures = "0.3.31"
morgana_proc = { path = "./modules/morgana_proc/" }

[features]
blocking = ["futures/executor"]