aboutsummaryrefslogtreecommitdiff
path: root/codeforces/Rook/rust-project.json
blob: a19558283d4cc84cb88fb2437398abc5534cdaba (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "sysroot": "/home/omar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu",
  "sysroot_src": "/home/omar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/",
  "crates": [
    {
      "root_module": "main.rs",
      "edition": "2021",
      "deps": []
    }
  ]
}