Initial Commit

This commit is contained in:
2022-07-29 01:36:18 +02:00
commit 8da2472488
32 changed files with 4400 additions and 0 deletions

11
common/Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "common"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0.137", features = ["derive"] }
[dependencies.lighter_lib]
git = "https://git.nubo.sh/hulthe/lighter.git"
#path = "../../lighter/lib"