15 lines
353 B
TOML
15 lines
353 B
TOML
[package]
|
|
name = "infinity_host"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
infinity_config = { path = "../infinity_config" }
|
|
infinity_protocol = { path = "../infinity_protocol" }
|