engine/promise/Cargo.toml
2025-02-26 08:39:19 +01:00

10 lines
255 B
TOML

[package]
name = "promise"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { workspace = true }