Initial commit

This commit is contained in:
2026-04-17 01:33:23 +02:00
commit 1f6543bd7a
28 changed files with 2556 additions and 0 deletions

21
Cargo.toml Normal file
View File

@@ -0,0 +1,21 @@
[workspace]
members = [
"crates/infinity_config",
"crates/infinity_protocol",
"crates/infinity_host",
]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2021"
license = "Proprietary"
authors = ["Jan", "OpenAI Codex"]
[workspace.dependencies]
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
toml = "0.8"