rust/crates/tt/Cargo.toml

16 lines
233 B
TOML
Raw Normal View History

2019-01-31 04:40:05 -06:00
[package]
2020-08-12 09:46:20 -05:00
name = "tt"
version = "0.0.0"
description = "TBD"
2020-07-13 20:57:26 -05:00
license = "MIT OR Apache-2.0"
2021-10-21 10:49:28 -05:00
edition = "2021"
2021-10-23 07:07:11 -05:00
rust-version = "1.56"
2019-01-31 04:40:05 -06:00
2019-11-17 09:35:05 -06:00
[lib]
doctest = false
2019-01-31 04:40:05 -06:00
[dependencies]
smol_str = "0.1"
2020-08-12 09:46:20 -05:00
2020-08-24 03:25:19 -05:00
stdx = { path = "../stdx", version = "0.0.0" }