2019-01-31 10:40:05 +00:00
|
|
|
[package]
|
2020-08-12 14:46:20 +00:00
|
|
|
name = "tt"
|
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2023-02-13 11:55:14 +00:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
rust-version.workspace = true
|
2019-01-31 10:40:05 +00:00
|
|
|
|
2019-11-17 15:35:05 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-01-31 10:40:05 +00:00
|
|
|
[dependencies]
|
2023-06-05 09:04:23 +00:00
|
|
|
smol_str.workspace = true
|
2023-12-11 09:16:01 +00:00
|
|
|
text-size.workspace = true
|
2020-08-12 14:46:20 +00:00
|
|
|
|
2023-02-13 11:55:14 +00:00
|
|
|
stdx.workspace = true
|