aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 62f4f60..ba933e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,12 @@
[package]
name = "containerspy"
-version = "0.1.0"
+authors = ["Hazel Atkinson <yellowsink@riseup.net>"]
+version = "0.1.1-beta"
edition = "2021"
+description = "A lightweight Docker OTLP stats exporter"
+license-file = "LICENSE.md"
+repository = "https://github.com/uwu/containerspy"
+publish = false
[dependencies]
anyhow = "1.0.97"
@@ -13,3 +18,6 @@ opentelemetry_sdk = { version = "0.29.0", features = ["metrics"] }
tokio = { version = "1.44.1", features = ["macros", "signal"] }
tokio-stream = "0.1.17"
tokio-util = "0.7.14"
+
+[build-dependencies]
+built = "0.7.7" \ No newline at end of file