Skip to content

Commit

Permalink
metadata for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
romancardenas committed Jul 3, 2024
1 parent ff7af10 commit feac254
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 feac254

Please sign in to comment.