rust/crates/tt/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
236 B
TOML
Raw Normal View History

2019-01-31 13:40:05 +03:00
[package]
2020-08-12 16:46:20 +02:00
name = "tt"
version = "0.0.0"
description = "TBD"
2020-07-14 10:57:26 +09:00
license = "MIT OR Apache-2.0"
2021-10-21 17:49:28 +02:00
edition = "2021"
2021-12-16 01:49:48 +05:00
rust-version = "1.57"
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]
2022-06-10 16:30:09 +02:00
smol_str = "0.1.23"
2020-08-12 16:46:20 +02:00
2020-08-24 10:25:19 +02:00
stdx = { path = "../stdx", version = "0.0.0" }