mirror of
https://github.com/balkian/experiments.git
synced 2025-02-13 05:28:16 +00:00
8 lines
135 B
TOML
8 lines
135 B
TOML
[package]
|
|
name = "asyncfnstore"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.43.0", features = ["full"] }
|