diff --git a/Cargo.lock b/Cargo.lock index 102b075..b7be701 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -506,8 +506,6 @@ dependencies = [ "logtail-poster", "serde", "serde_json", - "serial_test", - "tempdir", ] [[package]] @@ -520,6 +518,8 @@ dependencies = [ "ring-channel", "serde", "serde_json", + "serial_test", + "tempdir", "thiserror", "tokio", "url", diff --git a/LICENSE b/LICENSE index 72c7baf..206383f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2006 by Rob Landley +Copyright (C) 2021 by Xe Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. diff --git a/crates/logtail-facade/Cargo.toml b/crates/logtail-facade/Cargo.toml index 97873b4..c3ea283 100644 --- a/crates/logtail-facade/Cargo.toml +++ b/crates/logtail-facade/Cargo.toml @@ -17,7 +17,3 @@ serde_json = "1" # local deps logtail = { path = "../logtail" } logtail-poster = { path = "../logtail-poster" } - -[dev-dependencies] -tempdir = "0.3" -serial_test = "0.5.1" diff --git a/crates/logtail-poster/Cargo.toml b/crates/logtail-poster/Cargo.toml index 8debb88..6d529dc 100644 --- a/crates/logtail-poster/Cargo.toml +++ b/crates/logtail-poster/Cargo.toml @@ -18,3 +18,7 @@ zstd = "0.9" # local deps logtail = { path = "../logtail" } + +[dev-dependencies] +tempdir = "0.3" +serial_test = "0.5.1" \ No newline at end of file