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

Cargo.toml 255B

12345678910
  1. [package]
  2. name = "task1"
  3. version = "0.2.0"
  4. authors = ["Joshua Rutschmann <joshua.rutschmann@gmx.de>", "Lorenz Bung <lorenz.bung@htwg-konstanz.de>"]
  5. [dependencies]
  6. srv-commands = { path = "srv-commands" }
  7. srv-config = { path = "srv-config" }
  8. [workspace]