capybara-engine/Cargo.toml

12 lines
247 B
TOML
Raw Permalink Normal View History

2024-01-25 10:50:00 +00:00
[package]
2024-01-25 10:52:06 +00:00
name = "capybara-engine"
2024-01-25 10:50:00 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num-bigint = "0.4.4"
2024-02-21 13:53:59 +00:00
thiserror = "1.0.56"
2024-01-25 10:50:00 +00:00
widestring = "1.0.2"