dioxus/packages/isrg/Cargo.toml
Jonathan Kelley 143ad749ea
Split out isrg from ssr and reorient build graph to make interpreter build 2x faster (#2969)
* split out isrg and core-types to speed up interpreter build
2024-09-16 16:49:06 -07:00

12 lines
273 B
TOML

[package]
name = "dioxus-isrg"
edition = "2021"
version.workspace = true
[dependencies]
chrono = { workspace = true }
http = { workspace = true }
thiserror = { workspace = true }
rustc-hash = { workspace = true }
lru = { workspace = true }
tracing = { workspace = true }