rust based raspberry pi os
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- [package]
- name = "grove"
- version = "0.1.0"
- authors = ["Isabelle Lesko <me@izzabelle.dev>"]
- edition = "2018"
-
- [profile.dev]
- panic = "abort"
-
- [profile.release]
- panic = "abort"
-
- [dependencies]
|