rust-sen/sehn/Cargo.toml

13 lines
175 B
TOML
Raw Normal View History

2019-01-20 14:26:37 +00:00
[package]
name = "sehn"
version = "0.1.0"
authors = ["James Dyson <theavitex@gmail.com>"]
edition = "2018"
[dependencies]
itoa = "0.4"
[features]
default = ["std"]
std = []