{
	"name": "admin-cli",
	"$schema": "../../node_modules/nx/schemas/project-schema.json",
	"projectType": "application",
	"sourceRoot": "apps/admin-cli/src",
	"targets": {
		"build": {
			"executor": "@cubesoft/nx-rust:build"
		},
		"test": {
			"executor": "@cubesoft/nx-rust:test"
		},
		"lint": {
			"executor": "@cubesoft/nx-rust:lint"
		},
		"run": {
			"executor": "@cubesoft/nx-rust:run"
		}
	},
	"tags": []
}
