Files
third_party_rust_tinyvec/Cargo.toml
T
Lokathor c8bd5cc2b2 Try to adopt 1.24 as the CI version
This would allow our crate to be used as a dependency of the `unicode-segmentation` crate.
2020-01-06 20:28:09 -07:00

13 lines
370 B
TOML

[package]
name = "tinyvec"
description = "Just, really the littlest Vec you could need. So smol."
version = "0.0.1-alpha.0"
authors = ["Lokathor <zefria@gmail.com>"]
#edition = "2018" # until our min version is allowed to go up, 2015 it is.
license = "Zlib"
keywords = ["vec", "no_std", "smol"]
categories = ["data-structures", "no-std"]
[dependencies]
# not even std!