mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-07 03:55:23 +00:00

* fix(entry): preserve raw input * chore(version): bump workspace crates and television * test: add tests for replace_non_printable and cleanup commented out code * chore(changelog): update changelog (auto) * chore(deps): update cargo dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
18 lines
376 B
TOML
18 lines
376 B
TOML
[package]
|
|
name = "television-fuzzy"
|
|
version = "0.0.6"
|
|
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"
|