This commit is contained in:
Martin Kavík 2024-05-27 21:24:46 +02:00
commit 31c9c600b0
59 changed files with 47825 additions and 0 deletions

8
shared/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "shared"
version.workspace = true
edition.workspace = true
repository.workspace = true
authors.workspace = true
readme.workspace = true
publish.workspace = true

1
shared/src/lib.rs Normal file
View file

@ -0,0 +1 @@