summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2025-12-22 13:23:47 -0600
committerunitexe <unitexe70@gmail.com>2025-12-22 13:25:11 -0600
commit1e7a50db174e6389c36ef356b6a32b9b13890dec (patch)
tree51396a29232ebaeba2f464ecd924fceb766963e4 /Cargo.toml
A devinfod prototypeHEADmain
- Get root - Get select u-boot environment variables - Get build info from /etc/buildinfo - Get versions from /etc/sw-versions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 13 insertions, 0 deletions
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"