1 | [package] |
---|---|
2 | name = "profiler_builtins" |
3 | version = "0.0.0" |
4 | edition = "2021" |
5 | |
6 | [lib] |
7 | test = false |
8 | bench = false |
9 | doc = false |
10 | |
11 | [dependencies] |
12 | core = { path = "../core"} |
13 | compiler_builtins = { version = "0.1.0", features = [ 'rustc-dep-of-std'] } |
14 | |
15 | [build-dependencies] |
16 | cc = "1.0.90" |
17 |