rust skeleton

This commit is contained in:
Sebastian Hugentobler 2025-02-06 11:34:46 +01:00
parent 754713697d
commit 818816d16d
11 changed files with 710 additions and 1 deletions

11
rust/rox/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "rox"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
authors = ["Sebastian Hugentobler <shu@vanwa.ch>"]
[dependencies]
clap = { version = "4.5.28", features = ["derive"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }