Skip to content

Commit

Permalink
Add Mithril Aggregator library #102
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Apr 14, 2022
1 parent dd8038b commit bf721aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mithril-network/mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ description = "A Mithril Aggregator server"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
log = { version = "0.4.14", features = ["max_level_debug", "release_max_level_warn"] }
env_logger = "0.8.4"
Expand Down
1 change: 0 additions & 1 deletion mithril-network/mithril-aggregator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ WORKDIR /app/
USER appuser

# Run the executable
EXPOSE 8080
ENTRYPOINT ["/app/bin/mithril-aggregator","-vvv"]
4 changes: 4 additions & 0 deletions mithril-network/mithril-aggregator/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pub mod apispec;
pub mod entities;
pub mod fake_data;
pub mod http_server;

0 comments on commit bf721aa

Please sign in to comment.