| [patch.crates-io] |
| backtrace = { git = "https://github.com/rust-lang/backtrace-rs", rev = "df979dcf80027eb047d7bb9e0874710c15009f31" } |
| |
| [profile.release] |
| debug = 1 |
| lto = true |
| codegen-units = 1 |
| strip = "debuginfo" |
| |
| [profile.dev] |
| debug = 1 |
| |
| [profile.bench] |
| lto = false |
| codegen-units = 16 |
| inherits = "release" |
| |
| [profile.dbg] |
| debug = true |
| inherits = "dev" |
| |
| [workspace] |
| members = [ |
| "crates/pyrefly_build", |
| "crates/pyrefly_bundled", |
| "crates/pyrefly_config", |
| "crates/pyrefly_derive", |
| "crates/pyrefly_glean_schema", |
| "crates/pyrefly_graph", |
| "crates/pyrefly_lsp_test", |
| "crates/pyrefly_python", |
| "crates/pyrefly_types", |
| "crates/pyrefly_util", |
| "crates/tsp_types", |
| "pyrefly", |
| "pyrefly_wasm", |
| ] |
| resolver = "2" |
| |
| [workspace.package] |
| license = "MIT" |
| repository = "https://github.com/facebook/pyrefly" |