Skip to content

Commit

Permalink
Initial support for DGC settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dodomorandi committed Jan 29, 2022
1 parent 926a814 commit 103e94f
Show file tree
Hide file tree
Showing 4 changed files with 1,082 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mod dgc;
mod dgc_container;
mod parse;
mod recovery;
pub mod settings;
mod test;
mod trustlist;
mod vaccination;
Expand All @@ -15,6 +16,7 @@ pub use cwt::*;
pub use dgc_container::*;
pub use parse::*;
pub use recovery::*;
pub use settings::Settings;
pub use test::*;
pub use trustlist::*;
pub use vaccination::*;
Expand Down
Loading

0 comments on commit 103e94f

Please sign in to comment.