aboutsummaryrefslogtreecommitdiff
path: root/test/no_metadata/Cargo.toml
blob: e228ecb15d3f806501a72a8a1fd732a7cc78a952 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "might_be_async_test_fallback"
version = "0.1.0"
edition = "2024"

[features]
async = []

[dependencies]
might_be_async = { path = "../.." }
futures = "0.3"