This repository has been archived on 2025-02-22. You can view files and clone it, but cannot push or open issues or pull requests.
ftrans/client/Cargo.toml
2025-02-05 16:57:04 +08:00

9 lines
155 B
TOML

[package]
name = "tsc"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.43.0", features = ["full"] }
futil = { path = "../futil"}