mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
8 lines
148 B
TOML
8 lines
148 B
TOML
[package]
|
|
name = "tek_snd"
|
|
edition = "2021"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
tek_core = { path = "../tek_core" }
|
|
tek_api = { path = "../tek_api" }
|