blob: 98481f662330d7300e4496fc94bd38d816de1a0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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]
bempline = "0.8.1"
camino = "1.1.6"
cutie = { path = "../", version = "0.1.0" }
thiserror = "1.0.52"
time = { version = "0.3.31", features = ["formatting", "macros"] }
scurvy = { path = "../../scurvy" }
|