14 lines
243 B
TOML
14 lines
243 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" }
|
|
thiserror.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|