Skip to content

Commit

Permalink
Cargo: Update to add new changes
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 12, 2024
1 parent eccc3de commit 2a30e50
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
53 changes: 53 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ edition = "2018"
actix = "0.10"
actix-web = "3.3"
actix-web-actors = "3.0"
anyhow = "1.0.80"
cached = "0.38.0"
chrono = { version = "0.4", features = ["serde"] }
futures = "0.3"
lazy_static = "1.4"
serde = "1.0"
serde_json = "1.0"
structopt = { version = "0.3", default-features = false }
tokio = "1"
tracing = { version = "0.1.40", features = ["log", "async-await"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-log = "0.2.0"
Expand All @@ -33,8 +35,12 @@ notify = { version = "4.0", optional = true }
rmesg = { version = "1.0.14", features = ["extra-traits", "sync"] }
rppal = { version = "0.13", optional = true }
serialport = {version = "4.2.0", features = ["serde"]}
sinais = "0.1.0"
sysinfo = "0.29.8"
udev = "0.6"
strum = { version = "0.26", features = ["derive"] }
strum_macros = "0.26"


[build-dependencies]
reqwest = {version = "0.11", features = ["blocking"]}
Expand Down

0 comments on commit 2a30e50

Please sign in to comment.