mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-12-28 22:23:51 +01:00
8 lines
140 B
TOML
8 lines
140 B
TOML
|
[package]
|
||
|
name = "spawn"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
tokio = { version = "1", features = ["full"] }
|
||
|
anyhow = "1.0.83"
|