From b0e2d9a77155e78502682276ce38d1278b45f4a7 Mon Sep 17 00:00:00 2001 From: hyperion Date: Fri, 30 Oct 2020 06:18:53 +0100 Subject: Initial commit --- brook-metrics/Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 brook-metrics/Cargo.toml (limited to 'brook-metrics/Cargo.toml') diff --git a/brook-metrics/Cargo.toml b/brook-metrics/Cargo.toml new file mode 100644 index 0000000..a19ccfc --- /dev/null +++ b/brook-metrics/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "brook-metrics" +description = "A server to handle brook metric reporting" +version = "0.1.0" +authors = ["Mx Kookie "] +edition = "2018" + +[dependencies] +ratman-identity = { version = "*", features = ["random", "aligned"] } +chrono = "0.4" +hyper = "0.13" +json = "0.12" +lazy_static = "1.0" + +#TODO: remove this when async-h2 comes out +tokio = { version = "0.2", features = ["full"] } \ No newline at end of file -- cgit v1.2.3