rust/crates/tt/Cargo.toml

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

24 lines
435 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"
authors.workspace = true
edition.workspace = true
license.workspace = true
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
text-size.workspace = true
2020-08-12 16:46:20 +02:00
stdx.workspace = true
2023-12-18 13:30:41 +01:00
# FIXME: Remove this dependency once the `Span` trait is gone (that is once Span::DUMMY has been removed)
span.workspace = true
[lints]
workspace = true