This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
RustedIronRing/Cargo.toml

25 lines
368 B
TOML
Raw Normal View History

2020-04-11 04:21:21 +02:00
[package]
name = "rusted_iron_ring"
version = "0.1.0"
authors = ["Dece <shgck@pistache.land>"]
edition = "2018"
2020-04-18 17:43:55 +02:00
[lib]
name = "ironring"
2020-04-18 17:43:55 +02:00
crate-type = ["lib", "cdylib"]
[[bin]]
name = "rir"
2020-04-11 04:21:21 +02:00
[dependencies]
clap = "2.33"
encoding_rs = "0.8"
flate2 = "1.0"
2020-04-11 18:37:46 +02:00
nom = "5"
2020-04-14 02:40:21 +02:00
num-bigint = "0.2"
num-traits = "0.2"
strum_macros = "0.18"
[workspace]
members = ["bindings/python"]