This website requires JavaScript.
Explore
Help
Sign In
lix-project
/
lix
Watch
20
Star
57
Fork
You've already forked lix
31
Code
Issues
347
Code Review (Gerrit)
Projects
3
Releases
Wiki
Activity
c4a077d0b8
lix
/
Cargo.toml
7 lines
91 B
TOML
Raw
Normal View
History
Unescape
Escape
build: move to a Cargo workspace This is purely to let Cargo's dependency resolver do stuff for us, we do not actually intend to build this stuff with Cargo to begin with. Change-Id: I4c08d55595c7c27b7096375022581e1e34308a87
2024-08-12 03:55:24 +00:00
[
workspace
]
resolver
=
"2"
fix tooling after include reorganization clangd broke because it can't look through symlinks. compile_commands manipulation does not fix it, clangd configuration does not fix it, a vfs overlay does not fix it, and while a combination of those can fix it with a bind mount in place that's just too cursed to even consider clangd bug: https://github.com/llvm/llvm-project/issues/116877 Change-Id: I8e3e8489548eb3a7aa65ac9d12a5ec8abf814aec
2024-11-19 20:51:21 +00:00
members
=
[
"lix/lix-doc"
]
build: move to a Cargo workspace This is purely to let Cargo's dependency resolver do stuff for us, we do not actually intend to build this stuff with Cargo to begin with. Change-Id: I4c08d55595c7c27b7096375022581e1e34308a87
2024-08-12 03:55:24 +00:00
[
workspace
.
package
]
edition
=
"2021"
Reference in a new issue
Copy permalink