Skip to content

Commit

Permalink
Merge pull request #5 from iscar-ucm/v0.2
Browse files Browse the repository at this point in the history
metadata for documentation
  • Loading branch information
romancardenas authored Jul 3, 2024
2 parents c489a08 + feac254 commit c333c6e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "xdevs-no-std"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "GPL-3.0"
authors = ["Román Cárdenas <[email protected]>"]
description = "no-std implementation of xDEVS for real-time simulation on embedded systems"
keywords = ["embedded", "simulation", "real-time", "no-std"]
readme = "README.md"
repository = "https://github.com/iscar-ucm/xdevs_no_std.rs"
documentation = "https://docs.rs/xdevs-no-std"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -20,3 +22,6 @@ xdevs-no-std-macros = { path = "macros", version = "0.2.0" }

[features]
std = []

[package.metadata.docs.rs]
all-features = true

0 comments on commit c333c6e

Please sign in to comment.