We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171a95a commit 02bb0ceCopy full SHA for 02bb0ce
1 file changed
netcdf-src/Cargo.toml
@@ -5,8 +5,23 @@ authors = ["Magnus Ulimoen <magnusu@met.no>"]
5
edition = "2018"
6
description = "Build scripts for building `netCDF` from source"
7
build = "build.rs"
8
+repository = "https://github.com/georust/netcdf"
9
license-file = "source/COPYRIGHT"
10
links = "netcdfsrc"
11
+exclude = [
12
+ "source/unit_test/**",
13
+ "source/NUG/**",
14
+ "source/dap4_test/**",
15
+ "source/examples/**",
16
+ "source/nc_test/**",
17
+ "source/h5_test/**",
18
+ "source/nc_perf/**",
19
+ "source/ncdump/**",
20
+ "source/hdf4_test/**",
21
+ "source/ncgen/**",
22
+ "source/ncgen3/**",
23
+ "source/nctest/**",
24
+]
25
26
[features]
27
dap = []
0 commit comments