Add shared lib

This commit is contained in:
Andras Schmelczer 2024-12-08 14:23:38 +00:00
parent 7d04f3c85c
commit 006d9d9160
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "sync_lib"
version = "0.1.0"
edition = "2024"
[dependencies]
base64 = "0.22.1"
thiserror = {workspace = true}