merged from work

This commit is contained in:
2023-05-06 13:23:42 +02:00
parent 11e3a02511
commit 4e8c500fb2
592 changed files with 5577 additions and 71276 deletions

13
app-stub/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "app-stub"
version = "0.2.0"
authors = ["Holger Börchers <holgerb83@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
semver = "0.10.0"
log = "0.4.11"
simplelog = "0.8.0"
itertools = "0.9.0"