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

View file

@ -4,6 +4,9 @@ version = "0.1.0"
edition = "2021"
build = "build/build.rs"
[workspace]
members = ["i4config", "default-config"]
[profile.release]
panic = "abort"
@ -33,6 +36,9 @@ smallvec = { version = "1.8.0", features = ["const_generics", "const_new", "unio
backtrace = "0.3.64"
byteorder = "1.4.3"
chrono = "0.4.19"
bincode = "2.0.0-beta.2"
i4config = { path = "i4config" }
default-config = { path = "default-config" }
[build-dependencies]
repc = "0.1.1"