Skip to content

Commit

Permalink
Use docs feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Taaitaaiger committed Oct 10, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3c9e092 commit e583e6d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions jlrs_ndarray/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jlrs-ndarray"
version = "0.1.0"
version = "0.1.1"
authors = ["Thomas van Doornmalen <[email protected]>"]
edition = "2018"
description = """
@@ -15,8 +15,12 @@ repository = "https://github.com/Taaitaaiger/jlrs"
keywords = ["Julia", "math", "mathematics", "ndarray", "jlrs"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
docs-rs = ["jlrs/docs-rs"]

[dependencies]
jlrs = { path = "../jlrs", version = "0.7.0" }
ndarray = "0.13"
ndarray = "0.13"

[package.metadata.docs.rs]
features = ["docs-rs"]

0 comments on commit e583e6d

Please sign in to comment.