Skip to content

Commit

Permalink
build(coapcore): Add to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Jul 2, 2024
1 parent 50de472 commit 97784d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ members = [
"src/lib/clist",
"src/lib/rbi",
"src/lib/ringbuffer",
"src/lib/coapcore",
"src/riot-rs",
"src/riot-rs-bench",
"src/riot-rs-boards",
Expand Down
5 changes: 2 additions & 3 deletions src/lib/coapcore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[package]
name = "coapcore"
version = "0.0.1"
edition = "2021"
edition.workspace = true

license = "MIT OR Apache-2.0"
keywords = ["coap", "iot", "edhoc", "oscore"]
categories = ["no-std"]
homepage = "https://github.com/future-proof-iot/RIOT-rs"
repository = "https://github.com/future-proof-iot/RIOT-rs"
repository.workspace = true

description = "A CoAP stack for embedded devices with built-in OSCORE/EDHOC support"

Expand Down

0 comments on commit 97784d4

Please sign in to comment.