wip
This commit is contained in:
parent
a471bf6855
commit
7f6973389f
21 changed files with 30680 additions and 234 deletions
18
backend/reconcile/Cargo.toml
Normal file
18
backend/reconcile/Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "reconcile"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ropey = { version = "1.6.1", default-features = false, features = ["simd"] } #
|
||||
thiserror = {workspace = true}
|
||||
log = {workspace = true}
|
||||
serde = { version = "1.0.215", optional = true }
|
||||
|
||||
[features]
|
||||
serde = [ "dep:serde" ]
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.41.1"
|
||||
itertools = "0.13.0"
|
||||
pretty_assertions = "1.4.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue