mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-03 01:50:12 +00:00
21 lines
403 B
TOML
21 lines
403 B
TOML
[package]
|
|
name = "television-fuzzy"
|
|
version = "0.0.22"
|
|
description.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
nucleo = "0.5.0"
|
|
parking_lot = "0.12.3"
|
|
|
|
[lints]
|
|
workspace = true
|