This website requires JavaScript.
Explore
RingTools-web
Help
Sign In
mirrors
/
mempool
Watch
1
Star
0
Fork
0
You've already forked mempool
mirror of
https://github.com/mempool/mempool.git
synced
2024-11-20 10:21:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
a45e4a6ec5
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-24 07:07:43 +02:00
[
workspace
]
members
=
[
"./backend/rust-gbt"
,
Feature: Use napi-rs instead of neon
2023-06-24 20:21:58 +02:00
]
[
profile
.
release
]
lto
=
true
codegen-units
=
1
Reference in New Issue
Copy Permalink