mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
143ad749ea
* split out isrg and core-types to speed up interpreter build
12 lines
273 B
TOML
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 }
|