We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91010b5 commit c02049bCopy full SHA for c02049b
Cargo.toml
@@ -1,11 +1,14 @@
1
[package]
2
3
-name = "ndarray"
4
-version = "0.0.1"
+name = "rendarray"
+version = "0.1.0"
5
authors = ["bluss"]
6
repository = "https://github.com/bluss/rust-ndarray"
7
documentation = "http://bluss.github.io/rust-ndarray/"
8
9
+[lib]
10
+name = "ndarray"
11
+
12
[dependencies.num]
13
version = "0.1"
14
features = ["complex"]
Makefile
@@ -12,7 +12,7 @@ docs: mkdocs subst $(RMDOCS)
# https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html
$(VERSIONS): Cargo.toml
mkdir -p $(@D)
15
- cargo pkgid $(@F) | sed -e "s/.*#\(\|.*:\)//" > "$@"
+ cargo pkgid rendarray | sed -e "s/.*#\(\|.*:\)//" > "$@"
16
17
$(DOCCRATES): %: target/VERS/%
18
# Put in the crate version into the docs
0 commit comments