mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
12 lines
283 B
TOML
12 lines
283 B
TOML
[package]
|
|
name = "helpers"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
pin-project = "1.0.11"
|
|
tokio = { version = "1.19.2", features = ["full"] }
|
|
models = { path = "../models" }
|