1
0
Fork 0
forked from wry/wry

autocommit 2022-02-14 21:13:42 CET

This commit is contained in:
Julian Orth 2022-02-14 21:13:42 +01:00
parent 9b8e1ac29f
commit da6b29f138
44 changed files with 5903 additions and 364 deletions

8
i4config/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "i4config"
version = "0.1.0"
edition = "2021"
[dependencies]
bincode = "2.0.0-beta.2"
log = "0.4.14"