17 lines
315 B
TOML
17 lines
315 B
TOML
[package]
|
|
name = "ely_browser_core"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
ely_domain = { path = "../ely_domain" }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
url.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|