您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
15 行
1.0 KiB
TOML
15 行
1.0 KiB
TOML
[package]
|
|
name = "igloo"
|
|
version = "0.1.0"
|
|
authors = ["Penguin <...>"]
|
|
edition = "2018"
|
|
repository = "https://github.com/Embedded-Penguin/ePenguin-igloo/"
|
|
readme = "README.md"
|
|
description = "Igloo is a package and project manager. It is used for bare metal (for now only bare metal) embedded systems. In the embedded world, there is a big gap between how one would write code for embedded systems between manufacturers. As of today, 7/2/20, there is really no easy way to go about writing code for any embedded system from scratch. Most of the time, you need to download headers from some unknown location, figure out your hardware interface, find the proper toolchain, etc. This forces embedded developers and engineers to spend a lot of unnecessary time on DevOps and less time on firmware engineering. Igloo aims to solve this problem. Igloo is in its early stages of development."
|
|
license="GPL-3.0+"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = "3.0.0-beta.1"
|
|
config = "0.9"
|