Skip to content

Commit

Permalink
Add support for Italian DGC settings (#39)
Browse files Browse the repository at this point in the history
* Initial support for Italian DGC settings

* Update for new settings

* Add first stub of doc and some minor fixes

* Add some tests

* Add more tests
  • Loading branch information
dodomorandi authored Feb 14, 2022
1 parent aee00bd commit e9dbae9
Show file tree
Hide file tree
Showing 5 changed files with 2,471 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dgc-italy-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ license = "MIT"

[dependencies]
dgc = { path = "../dgc" }
serde = { version = "1.0.136", features = ["derive"] }

[dev-dependencies]
serde_json = "1.0.78"
4 changes: 4 additions & 0 deletions dgc-italy-core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
#![deny(missing_docs)]
#![doc = include_str!("../README.md")]

pub mod settings;
pub use settings::Settings;
Loading

0 comments on commit e9dbae9

Please sign in to comment.