10 lines
237 B
TOML
10 lines
237 B
TOML
[package]
|
|
name = "helios-client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# Phase 2 — Windows client (not yet implemented)
|
|
# See README.md in this crate for the planned implementation.
|
|
|
|
[dependencies]
|
|
helios-common = { path = "../common" }
|