teleport/Cargo.toml
Zac Bergquist 61463166c1
Remove tctl roletester (#13863)
This code was unmaintained, created issues with our build system,
and didn't actually match the behavior of Teleport's RBAC engine.

We will revisit this functionality in the future when we investigate
"acess policies as code."
2022-06-25 04:01:21 +00:00

14 lines
147 B
TOML

[workspace]
members = [
"lib/srv/desktop/rdp/rdpclient"
]
[profile.dev]
debug = 1
lto = "off"
[profile.release]
debug = 1
codegen-units = 1