Some basic rust code for new backend

This commit is contained in:
Mawoka
2024-07-12 11:54:32 +02:00
parent 0ad07eced6
commit 2a691817fa
12 changed files with 2588 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
#
# SPDX-License-Identifier: MPL-2.0
[package]
name = "live"
version = "0.1.0"
edition = "2021"
[dependencies]