2020-02-12 22:29:57 -05:00
|
|
|
[package]
|
|
|
|
name = "rusty-numbers"
|
2021-12-08 09:57:27 -05:00
|
|
|
version = "0.2.0"
|
2022-02-11 15:48:41 -05:00
|
|
|
authors = ["Timothy J. Warren <tim@timshome.page>"]
|
2021-12-08 09:57:27 -05:00
|
|
|
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
|
|
|
|
|
|
|
|
[dependencies]
|
2020-02-20 17:13:46 -05:00
|
|
|
|
2020-04-16 14:07:12 -04:00
|
|
|
[features]
|
|
|
|
default = ["std"]
|
|
|
|
alloc = []
|
|
|
|
std = ["alloc"]
|