Files
rust_browser/crates/shared/Cargo.toml
2026-01-30 23:10:27 -05:00

14 lines
200 B
TOML

[package]
name = "shared"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
thiserror.workspace = true
tracing.workspace = true
url.workspace = true
[lints]
workspace = true