2019-01-31 13:40:05 +03:00
|
|
|
[package]
|
2020-08-12 16:46:20 +02:00
|
|
|
name = "tt"
|
|
|
|
version = "0.0.0"
|
2020-08-24 13:06:30 +02:00
|
|
|
description = "TBD"
|
2023-01-16 16:41:47 +01:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 16:33:01 +01:00
|
|
|
rust-version.workspace = true
|
2019-01-31 13:40:05 +03:00
|
|
|
|
2019-11-17 18:35:05 +03:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-01-31 13:40:05 +03:00
|
|
|
[dependencies]
|
2023-04-11 14:05:22 +02:00
|
|
|
smol_str.workspace = true
|
2023-09-29 12:37:57 +02:00
|
|
|
text-size.workspace = true
|
2020-08-12 16:46:20 +02:00
|
|
|
|
2023-01-17 10:52:26 +01:00
|
|
|
stdx.workspace = true
|