roxy-core/Cargo.toml

9 lines
119 B
TOML
Raw Normal View History

2024-01-15 18:19:33 +00:00
[package]
name = "roxy_core"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-02-17 13:27:25 +00:00
anyhow = "1.0.79"
thiserror = "1.0.57"