@@ -13,8 +13,10 @@ categories = ["network-programming"]
1313color-backtrace = " 0.6.0"
1414eyre = " 0.6.8"
1515futures = " 0.3.27"
16- homie-controller = { version = " 0.8.0" , path = " ../homie-controller" }
17- influx_db_client = { version = " 0.5.1" , default-features = false , features = [" rustls-tls" ] }
16+ homie-controller = { version = " 0.9.0" , path = " ../homie-controller" }
17+ influx_db_client = { version = " 0.5.1" , default-features = false , features = [
18+ " rustls-tls" ,
19+ ] }
1820log = " 0.4.20"
1921pretty_env_logger = " 0.5.0"
2022rumqttc = " 0.22.0"
@@ -32,12 +34,31 @@ url = { version = "2.4.1", features = ["serde"] }
3234depends = " adduser, libc6"
3335section = " net"
3436maintainer-scripts = " debian-scripts"
35- conf-files = [" /etc/homie-influx/homie-influx.toml" , " /etc/homie-influx/mappings.toml" ]
37+ conf-files = [
38+ " /etc/homie-influx/homie-influx.toml" ,
39+ " /etc/homie-influx/mappings.toml" ,
40+ ]
3641assets = [
37- [" target/release/homie-influx" , " usr/bin/" , " 755" ],
38- [" homie-influx.example.toml" , " etc/homie-influx/homie-influx.toml" , " 640" ],
39- [" mappings.example.toml" , " etc/homie-influx/mappings.toml" , " 644" ],
40- [" README.md" , " usr/share/doc/homie-influx/" , " 644" ],
42+ [
43+ " target/release/homie-influx" ,
44+ " usr/bin/" ,
45+ " 755" ,
46+ ],
47+ [
48+ " homie-influx.example.toml" ,
49+ " etc/homie-influx/homie-influx.toml" ,
50+ " 640" ,
51+ ],
52+ [
53+ " mappings.example.toml" ,
54+ " etc/homie-influx/mappings.toml" ,
55+ " 644" ,
56+ ],
57+ [
58+ " README.md" ,
59+ " usr/share/doc/homie-influx/" ,
60+ " 644" ,
61+ ],
4162]
4263
4364# This section needs to be here even if it's empty, for the systemd integration to work.
0 commit comments