initial commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "nutbeat"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
nut-client = "*"
|
||||
elasticsearch = "8.5.0-alpha.1"
|
||||
tokio = { version = "*", features = ["full"] }
|
||||
serde_json = "*"
|
||||
serde = "*"
|
||||
chrono = "*"
|
||||
Reference in New Issue
Block a user