rusty-numbers/Cargo.toml

15 lines
294 B
INI
Raw Normal View History

2020-02-12 22:29:57 -05:00
[package]
name = "rusty-numbers"
version = "0.1.0"
authors = ["Timothy J. Warren <tim@timshomepage.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-02-20 17:13:46 -05:00
2020-04-16 14:07:12 -04:00
[features]
default = ["std"]
alloc = []
std = ["alloc"]