Split repository into 3 crates

This commit is contained in:
Philip (a-0) 2024-01-05 20:59:25 +01:00
parent d8f1733eb3
commit 31dc4fd4a3
35 changed files with 4011 additions and 498 deletions

8
ubisync/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "ubisync"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

5
ubisync/src/main.rs Normal file
View file

@ -0,0 +1,5 @@
pub fn main() {
}