embeddb-derive 0.1.0

derive macro for embeddb FromEmbedRow
Documentation
{
	"name": "embeddb-derive",
	"$schema": "../../../node_modules/nx/schemas/project-schema.json",
	"projectType": "library",
	"sourceRoot": "packages/rust/embeddb-derive/src",
	"tags": [],
	"targets": {
		"build": {
			"executor": "@monodon/rust:build",
			"outputs": ["{options.target-dir}"],
			"options": { "target-dir": "dist/target/embeddb-derive" },
			"configurations": { "production": { "release": true } }
		},
		"test": {
			"executor": "@monodon/rust:test",
			"outputs": ["{options.target-dir}"],
			"options": { "target-dir": "dist/target/embeddb-derive" },
			"configurations": { "production": { "release": true } }
		},
		"e2e": {
			"executor": "nx:run-commands",
			"options": { "commands": ["nx test embeddb-derive"], "parallel": false }
		},
		"lint": {
			"executor": "@monodon/rust:lint",
			"outputs": ["{options.target-dir}"],
			"options": { "target-dir": "dist/target/embeddb-derive" }
		}
	}
}