We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171a95a commit acd84bdCopy full SHA for acd84bd
1 file changed
netcdf-src/Cargo.toml
@@ -5,8 +5,26 @@ 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/ncdap_test/**",
14
+ "source/NUG/**",
15
+ "source/dap4_test/**",
16
+ "source/docs/**",
17
+ "source/examples/**",
18
+ "source/nc_test/**",
19
+ "source/nc_test4/**",
20
+ "source/h5_test/**",
21
+ "source/nc_perf/**",
22
+ "source/ncdump/**",
23
+ "source/hdf4_test/**",
24
+ "source/ncgen/**",
25
+ "source/ncgen3/**",
26
+ "source/nctest/**",
27
+]
28
29
[features]
30
dap = []
0 commit comments