feat: add serde

This commit is contained in:
itsscb 2025-04-26 20:15:37 +02:00
parent 91e80b82f3
commit fb58f88f5e

View File

@ -6,4 +6,5 @@ description = "PowerShell Scripts for EVERYONE!"
repository = "https://git.itsscb.de/itsscb/BefehlsWerk"
[dependencies]
serde = { version = "1.0.219", features = ["derive", "rc"] }
serde_json = "1.0.140"