Migrate to Zed and add proper newtypes

This commit is contained in:
2026-01-04 20:00:13 -07:00
parent dd2cf5c942
commit 994a80c45c
18 changed files with 828 additions and 449 deletions
+9 -13
View File
@@ -1,28 +1,24 @@
[package]
name = "flix-fs"
version = "0.0.15"
categories = []
version = "0.0.16"
edition.workspace = true
rust-version.workspace = true
description = "Filesystem scanner for flix media"
repository = "https://github.com/QuantumShade/flix"
authors.workspace = true
edition.workspace = true
license-file.workspace = true
rust-version.workspace = true
categories = []
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[lints]
workspace = true
[dependencies]
flix-model = { workspace = true }
async-stream = { workspace = true }
regex = { workspace = true, features = ["std", "perf"] }
flix-model = { workspace = true }
regex = { workspace = true, features = ["perf", "std"] }
thiserror = { workspace = true }
tokio = { workspace = true }
tokio-stream = { workspace = true, features = ["fs"] }
[lints]
workspace = true