Files
embbed-rust/src/blinky/setup.md
James Munns 848720bac0 Consistency cleanup, changes the following:
* Creates a subdirectory, `books/` to house both projects
* Updates the `License` field of the READMEs of both projects to be more consistent
* Relicenses the `embedonomicon` from CC0 to CC-BY-SA 4.0 (requires signoff by @japaric)
* Minor README changes to both projects for consistency
2018-04-08 16:57:57 +02:00

206 B

Project Setup

This section should cover:

  • From a blank folder to a new cargo project
  • .cargo/config and necessary contents
  • Cargo.toml oddities
  • Xargo.toml, if necessary for now