Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ readme = "README.md"
keywords = ["fieldbus", "ethercat", "industrial"]
homepage = "https://github.com/ethercat-rs/ethercat-esi"
repository = "https://github.com/ethercat-rs/ethercat-esi"
edition = "2018"
edition = "2021"
rust-verison = "1.73.0"

[dependencies]
ethercat-types = "0.3"
serde = { version = "1", features = ["derive"] }
serde-xml-rs = "0.4"
ethercat-types = "0.3.5"
serde = { version = "1.0", features = ["derive"] }
serde-xml-rs = "0.6.0"

[badges]
maintenance = { status = "actively-developed" }
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020 slowtec GmbH
Copyright (c) 2020 - 2023 slowtec GmbH

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ A library to handle EtherCAT Slave Information (ESI) written in Rust.

## License

Copyright 2020 [slowtec GmbH](https://www.slowtec.de)
Copyright 2020 - 2023 [slowtec GmbH](https://www.slowtec.de)

MIT/Apache-2.0