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

7 行
185 B

  1. # We make the whole Synapse folder a workspace so that we can run `cargo`
  2. # commands from the root (rather than having to cd into rust/).
  3. [workspace]
  4. members = ["rust"]
  5. resolver = "2"