Allow to upload works

This commit is contained in:
Elias Projahn 2020-11-29 00:12:23 +01:00
parent 9c255d0cfe
commit ed14988a56
12 changed files with 948 additions and 341 deletions

View file

@ -16,6 +16,9 @@ pub use instruments::*;
pub mod persons;
pub use persons::*;
pub mod works;
pub use works::*;
/// Credentials used for login.
#[derive(Serialize, Debug, Clone)]
#[serde(rename_all = "camelCase")]