rust/hedgewars-checker/Cargo.toml
author unC0Rr
Thu, 19 Dec 2024 14:18:55 +0100
branchtransitional_engine
changeset 16052 6633961698ad
parent 15979 1635ce22b214
permissions -rw-r--r--
Make wider range of numbers representable with FPNum on the cost of smaller precision

[package]
name = "hedgewars-checker"
version = "1.0.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
edition = "2018"

[dependencies]
rust-ini = "0.19"
dirs = "5.0"
argparse = "0.2"
log = "0.4"
stderrlog = "0.5"
netbuf = "0.4"
tempfile = "3.0"
base64 = "0.21"
hedgewars-network-protocol = { path = "../hedgewars-network-protocol" }
anyhow = "1.0"
tokio = {version="1", features = ["full"]}