Add shared lib
This commit is contained in:
parent
7d04f3c85c
commit
006d9d9160
3 changed files with 58 additions and 0 deletions
9
backend/sync_lib/Cargo.toml
Normal file
9
backend/sync_lib/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "sync_lib"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22.1"
|
||||
|
||||
thiserror = {workspace = true}
|
||||
Loading…
Add table
Add a link
Reference in a new issue