mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2025-01-14 08:01:53 +01:00
7 lines
No EOL
128 B
TOML
7 lines
No EOL
128 B
TOML
[package]
|
|
name = "async_locks"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["full"] } |