[core] WIP: Add anyhow

This commit is contained in:
2026-02-16 11:39:38 +08:00
parent 978e13262a
commit fec151c8cd
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -662,6 +662,7 @@ dependencies = [
name = "nac3core"
version = "0.1.0"
dependencies = [
"anyhow",
"crossbeam",
"function_name",
"indexmap",

View File

@@ -10,6 +10,7 @@ derive = ["dep:nac3core_derive"]
no-escape-analysis = []
[dependencies]
anyhow = "1.0"
itertools = "0.14"
crossbeam = "0.8"
indexmap = "2.12"