This website requires JavaScript.
Explore
Help
Sign In
machankura
/
mempool
Watch
3
Star
0
Fork
0
You've already forked mempool
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
mempool
/
Cargo.toml
9 lines
97 B
TOML
Raw
Normal View
History
Unescape
Escape
Use Cargo workspace Cargo workspace in the root will help make the IDE experience universal. Cargo.lock and the target directory for build artifacts will be in the root of the mempool repository (with ./target ignored by git).
2023-06-23 22:07:43 -07:00
[
workspace
]
members
=
[
"./backend/rust-gbt"
,
Feature: Use napi-rs instead of neon
2023-06-24 11:21:58 -07:00
]
[
profile
.
release
]
lto
=
true
codegen-units
=
1
Reference in New Issue
Copy Permalink