We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9592588 commit 15e3d70Copy full SHA for 15e3d70
netcdf-derive/Cargo.toml
@@ -2,6 +2,8 @@
2
name = "netcdf-derive"
3
version = "0.1.0"
4
edition = "2021"
5
+description = "Derive macro for custom types in netCDF"
6
+license = "MIT OR Apache-2.0"
7
8
[lib]
9
proc-macro = true
0 commit comments