2019-01-31 04:40:05 -06:00
|
|
|
[package]
|
2020-08-12 09:46:20 -05:00
|
|
|
name = "tt"
|
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-02-13 05:55:14 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
rust-version.workspace = true
|
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]
|
2023-06-05 04:04:23 -05:00
|
|
|
smol_str.workspace = true
|
2020-08-12 09:46:20 -05:00
|
|
|
|
2023-02-13 05:55:14 -06:00
|
|
|
stdx.workspace = true
|