暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Cargo.toml 167B

1234567891011
  1. [package]
  2. name = "task2"
  3. version = "0.1.0"
  4. authors = ["Joshua Rutschmann <joshua.rutschmann@gmx.de>"]
  5. [dependencies]
  6. nix = "0.9.0"
  7. [[bin]]
  8. doc = false
  9. name = "task2"