Files
sienvy/Cargo.toml
T
phoenixandphoenix 0f470ef723 Added general environment function (#20)
Reviewed-on: phoenix/icarus_envy#20
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
2025-09-29 19:22:10 +00:00

13 lines
230 B
TOML

[package]
name = "icarus_envy"
version = "0.3.4"
edition = "2024"
rust-version = "1.88"
[dependencies]
dotenvy = { version = "0.15.7" }
const_format = { version = "0.2.34" }
[dev-dependencies]
async-std = { version = "1.13.1" }