8 lines
174 B
TOML
8 lines
174 B
TOML
[package]
|
|
name = "orilla-custom"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
orilla = { git = "https://git.sr.ht/~hokiegeek/orilla", branch = "main" }
|