initial project structure

This commit is contained in:
Adir Shitrit
2025-11-07 18:01:19 +02:00
commit 55a8a90ce9
3 changed files with 94 additions and 0 deletions

17
Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[workspace]
members = [
"ghost-core",
]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2021"
authors = ["Ghost Team"]
license = "MIT"
[workspace.dependencies]
anyhow = "1.0"
thiserror = "1.0"
log = "0.4"
env_logger = "0.11"