mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-10 13:10:21 +08:00
11 lines
249 B
TOML
11 lines
249 B
TOML
[package]
|
|
name = "aether-test-support"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Small dependency-light integration test helpers for Aether"
|
|
|
|
[dependencies]
|
|
tokio.workspace = true
|