Skip to content

Commit

Permalink
Expand the metadata in the sim_derive Cargo.toml file and remove resi…
Browse files Browse the repository at this point in the history
…dual (unused) excludes from the sim Cargo.toml file
  • Loading branch information
ndebuhr committed May 23, 2021
1 parent 6befe0d commit b6920be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion sim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ repository = "https://github.com/ndebuhr/sim"
readme = "README.md"
keywords = ["simulation", "discrete", "event", "stochastic", "modeling"]
categories = ["simulation"]
exclude = ["images/", "MODELS.md", ".github/", ".codecov.yml"]

[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-Oz", "--enable-mutable-globals"]
Expand Down
9 changes: 9 additions & 0 deletions sim_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[package]
name = "sim_derive"
version = "0.7.0"
edition = "2018"
license = "MIT OR Apache-2.0"
authors = ["Neal DeBuhr <ndebuhr@gmail.com>"]
description = "Sim is a discrete event simulation package that facilitates Rust- and npm-based simulation products and projects"
homepage = "https://github.com/ndebuhr/sim"
repository = "https://github.com/ndebuhr/sim"
readme = "README.md"
keywords = ["simulation", "discrete", "event", "stochastic", "modeling"]
categories = ["simulation"]

[lib]
proc-macro = true
Expand Down

0 comments on commit b6920be

Please sign in to comment.