rusty-numbers/Cargo.toml
Timothy Warren 83c5abb697
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
Split type conversion and comparision trait implementations from main BigInt module
2022-02-16 11:14:45 -05:00

14 lines
290 B
INI

[package]
name = "rusty-numbers"
version = "0.2.0"
authors = ["Timothy J. Warren <tim@timshome.page>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["std"]
alloc = []
std = ["alloc"]
[dependencies]