aboutsummaryrefslogtreecommitdiff
path: root/codeforces/TubeTubeFeed/rust-project.json
blob: 9c76ee950256b1cc241834996af1babd5fbe7f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "crates": [
    {
      "root_module": "main.rs",
      "edition": "2021",
      "deps": [],
      "cfg": [],
      "env": {},
      "source": {
        "include_dirs": ["."],
        "exclude_dirs": []
      }
    }
  ],
  "sysroot_src": "/home/omar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library"
}