Split repository into 3 crates
This commit is contained in:
parent
d8f1733eb3
commit
31dc4fd4a3
35 changed files with 4011 additions and 498 deletions
8
ubisync/Cargo.toml
Normal file
8
ubisync/Cargo.toml
Normal 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
5
ubisync/src/main.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
|
||||
pub fn main() {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue