[workspace] resolver = "3" members = [ "futures", "futures-combinators", "futures-compat", "futures-core", "futures-derive", "futures-util", "lifetime-guard"] [workspace.package] version = "0.0.2" rust-version = "1.87" edition = "2024" license = "MIT OR Apache-2.0" authors = ["Asa Paparo "] repository = "https://github.com/AngleSideAngle/bcsc" homepage = "https://github.com/AngleSideAngle/bcsc" [workspace.dependencies] # futures = { path = "futures", version = "0.0.2" } futures-combinators = { path = "futures-combinators", version = "0.0.2" } futures-compat = { path = "futures-compat", version = "0.0.2" } futures-core = { path = "futures-core", version = "0.0.2" } futures-derive = { path = "futures-derive", version = "0.0.2" } futures-util = { path = "futures-util", version = "0.0.2" } lifetime-guard = { path = "lifetime-guard", version = "0.0.2" }