nannou-org/nannou

Update `nannou-new` to work with cargo workspaces

Open

#448 opened on Feb 15, 2020

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Rust (254 forks)batch import
good first issueuser experience

Repository metrics

Stars
 (4,662 stars)
PR merge metrics
 (Avg merge 24d 15h) (26 merged PRs in 30d)

Description

This could be done by first checking for a Cargo.toml containing a [workspace]. If one is found, it could be updated to include the new crate before the directory is created.

Contributor guide