rusty-numbers/Cargo.toml

14 lines
290 B
INI
Raw Permalink Normal View History

2020-02-12 22:29:57 -05:00
[package]
name = "rusty-numbers"
version = "0.2.0"
2022-02-11 15:48:41 -05:00
authors = ["Timothy J. Warren <tim@timshome.page>"]
edition = "2021"
2020-02-12 22:29:57 -05:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2020-04-16 14:07:12 -04:00
[features]
default = ["std"]
alloc = []
std = ["alloc"]
[dependencies]