mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-01 20:44:03 -04:00
13 lines
310 B
TOML
13 lines
310 B
TOML
[package]
|
|
name = "tinyvec"
|
|
description = "Just, really the littlest Vec you could need. So smol."
|
|
version = "0.0.0-alpha"
|
|
authors = ["Lokathor <zefria@gmail.com>"]
|
|
edition = "2018"
|
|
license = "Zlib"
|
|
keywords = ["vec", "no_std", "smol"]
|
|
categories = ["data-structures", "no-std"]
|
|
|
|
[dependencies]
|
|
# not even std!
|