oops
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
c647ac7323
commit
94974b120a
|
@ -506,8 +506,6 @@ dependencies = [
|
||||||
"logtail-poster",
|
"logtail-poster",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"serial_test",
|
|
||||||
"tempdir",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -520,6 +518,8 @@ dependencies = [
|
||||||
"ring-channel",
|
"ring-channel",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
"serial_test",
|
||||||
|
"tempdir",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"url",
|
"url",
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2006 by Rob Landley <rob@landley.net>
|
Copyright (C) 2021 by Xe <xe@xeserv.us>
|
||||||
|
|
||||||
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
|
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,3 @@ serde_json = "1"
|
||||||
# local deps
|
# local deps
|
||||||
logtail = { path = "../logtail" }
|
logtail = { path = "../logtail" }
|
||||||
logtail-poster = { path = "../logtail-poster" }
|
logtail-poster = { path = "../logtail-poster" }
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
tempdir = "0.3"
|
|
||||||
serial_test = "0.5.1"
|
|
||||||
|
|
|
@ -18,3 +18,7 @@ zstd = "0.9"
|
||||||
|
|
||||||
# local deps
|
# local deps
|
||||||
logtail = { path = "../logtail" }
|
logtail = { path = "../logtail" }
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
tempdir = "0.3"
|
||||||
|
serial_test = "0.5.1"
|
Loading…
Reference in New Issue