initial config

This commit is contained in:
Zhongheng Liu 2026-04-28 13:01:11 +02:00
commit 061140e753
4 changed files with 598 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "orilla-custom"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
orilla = { git = "https://git.sr.ht/~hokiegeek/orilla", branch = "main" }