capybara-engine/Cargo.toml
2024-02-21 14:53:59 +01:00

11 lines
247 B
TOML

[package]
name = "capybara-engine"
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"
thiserror = "1.0.56"
widestring = "1.0.2"