-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ✨ Added gluer * 🔧 Added custom error type to api gen * 🔧 gluer runs now completely on macro expansion (compile time) * 🔧 Added fittingly to serde metadata struct conversions * ✨ Added more specific project routes for the api generation * ✨ Finished integration on frontend and in build * 🔥 Removed generated api from git * 🔧 Improved conversion of optional fields
- Loading branch information
Showing
40 changed files
with
374 additions
and
710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "schiller-lib" | ||
description = "Schiller library software" | ||
version = "0.10.0" | ||
version = "0.10.1" | ||
authors = ["Lars Wrenger <[email protected]>", "Nils Wrenger <[email protected]>"] | ||
edition = "2021" | ||
readme = "README.md" | ||
|
@@ -23,6 +23,7 @@ chrono = "0.4" | |
clap = { version = "4.5", features = ["derive"] } | ||
csv = "1.3" | ||
email_address = "0.2" | ||
gluer = "0.8.2" | ||
hyper = "1.4" | ||
hyper-util = "0.1" | ||
lettre = { version = "0.11", default-features = false, features = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.