phantom_os 0.1.0

An asynchronous, distributed operating system framework with IIT-based ECS architecture
[package]
name = "phantom_os"
version = "0.1.0"
edition = "2021"
authors = ["Zeta Reticula Inc"]
description = "An asynchronous, distributed operating system framework with IIT-based ECS architecture"
license = "Apache-2.0"
repository = "https://github.com/zetareticula/PhantomOS"
keywords = ["os", "distributed", "ecs", "async", "iit"]
categories = ["os", "asynchronous", "embedded"]
rust-version = "1.70"



[dependencies]
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
tracing = "0.1"
tracing-subscriber = "0.3"
async-trait = "0.1"
nalgebra = "0.32"
rand = "0.8"