From 857e0584d19e0abbc9f73a7ea9aea24be6a6786e Mon Sep 17 00:00:00 2001 From: hyperion Date: Fri, 30 Oct 2020 12:00:11 +0100 Subject: Refactoring repository structure and building basic nix module --- brook-metrics/Cargo.toml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 brook-metrics/Cargo.toml (limited to 'brook-metrics/Cargo.toml') diff --git a/brook-metrics/Cargo.toml b/brook-metrics/Cargo.toml deleted file mode 100644 index a19ccfc..0000000 --- a/brook-metrics/Cargo.toml +++ /dev/null @@ -1,16 +0,0 @@ -[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