From 1e7a50db174e6389c36ef356b6a32b9b13890dec Mon Sep 17 00:00:00 2001 From: unitexe Date: Mon, 22 Dec 2025 13:23:47 -0600 Subject: A devinfod prototype - Get root - Get select u-boot environment variables - Get build info from /etc/buildinfo - Get versions from /etc/sw-versions --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..43978f9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "devinfod" +version = "0.1.0" +edition = "2024" + +[dependencies] +prost = "0.14.1" +tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] } +tonic = "0.14.2" +tonic-prost = "0.14.2" + +[build-dependencies] +tonic-prost-build = "0.14.2" -- cgit v1.2.3