This commit is contained in:
2022-07-22 22:35:39 +02:00
parent a780ad3b33
commit d6a25648ce
13 changed files with 679 additions and 108 deletions

7
lib/Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "lighter_lib"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1", features = ["derive"] }