blob: 4dc9e4b330cb1acb7b7d75e29bd54fc74a0cef9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "converge"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
camino = "1.1.6"
cutie = { path = "../", version = "0.1.0" }
thiserror = "1.0.52"
|