summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-01-31 21:26:26 +0300
committernamilsk <namilsk@namilsk.tech>2026-01-31 21:26:26 +0300
commita5749a5d8d38b0db2ce5548473f8a61b674578a6 (patch)
treefe9227f4b40345a2730ce9373c740787e7ca5506 /Cargo.lock
parentb81a55bea1525b2fcf84591eb902926fb1d0cece (diff)
Started writing service-utils and adding docstrings
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a0d485d..9b9dc8c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -132,6 +132,7 @@ version = "0.1.0"
dependencies = [
"libc",
"liblmod",
+ "serde",
"toml",
]
@@ -178,6 +179,16 @@ dependencies = [
]
[[package]]
+name = "serde"
+version = "1.0.228"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
+dependencies = [
+ "serde_core",
+ "serde_derive",
+]
+
+[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"