wip
1[workspace]
2resolver = "3"
3members = [ "futures", "futures-combinators", "futures-compat", "futures-core", "futures-derive", "futures-util", "lifetime-guard"]
4
5[workspace.package]
6version = "0.0.2"
7rust-version = "1.87"
8edition = "2024"
9license = "MIT OR Apache-2.0"
10authors = ["Asa Paparo <asapaparo@gmail.com>"]
11repository = "https://github.com/AngleSideAngle/bcsc"
12homepage = "https://github.com/AngleSideAngle/bcsc"
13
14[workspace.dependencies]
15# futures = { path = "futures", version = "0.0.2" }
16futures-combinators = { path = "futures-combinators", version = "0.0.2" }
17futures-compat = { path = "futures-compat", version = "0.0.2" }
18futures-core = { path = "futures-core", version = "0.0.2" }
19futures-derive = { path = "futures-derive", version = "0.0.2" }
20futures-util = { path = "futures-util", version = "0.0.2" }
21lifetime-guard = { path = "lifetime-guard", version = "0.0.2" }