mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-21 01:35:22 -04:00
c8bd5cc2b2
This would allow our crate to be used as a dependency of the `unicode-segmentation` crate.
13 lines
370 B
TOML
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!
|