Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
romancardenas committed Jan 8, 2024
1 parent 7480606 commit 59e5b6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "xdevs"
name = "xdevs-no-std"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
Expand All @@ -10,6 +10,10 @@ repository = "https://github.com/iscar-ucm/xdevs_no_std.rs"

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

[lib]
name = "xdevs"
path = "src/lib.rs"

[dependencies]
heapless = "0.8"
xdevs-no-std-macros = { path = "macros", version = "0.1.0" }
Expand Down

0 comments on commit 59e5b6a

Please sign in to comment.