Add description and license

This commit is contained in:
Magnus Ulimoen 2024-08-08 15:31:13 +02:00
parent 9592588f7b
commit 15e3d704c6

View File

@ -2,6 +2,8 @@
name = "netcdf-derive"
version = "0.1.0"
edition = "2021"
description = "Derive macro for custom types in netCDF"
license = "MIT OR Apache-2.0"
[lib]
proc-macro = true