Skip to content

feat: Initialize project via gra init

Florian Loers requested to merge feat/init-command into main

gra now supports initializing a plain rust project via cargo gra init.

BREAKING CHANGES: Due to an update of toml the function parse_project_descriptor_bytes is removed. Use parse_project_descriptor_str instead.

Merge request reports