blob: 65d55f6e1ae6078b8cfef3edfef6a671821500dd (
plain)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "tickborg-simple-build"
version = "0.1.0"
authors = ["Project Tick Contributors"]
edition = "2024"
[dependencies]
tickborg = { path = "../tickborg" }
log = "0.4.25"
|