Remove Xargo.toml reference

This commit is contained in:
Michael Vines 2022-01-03 08:50:06 -08:00 committed by mergify[bot]
parent 04b76eb066
commit 56fd32bda2
1 changed files with 0 additions and 13 deletions

View File

@ -16,19 +16,6 @@ layout](https://doc.rust-lang.org/cargo/guide/project-layout.html):
/Cargo.toml /Cargo.toml
``` ```
But must also include:
```
/Xargo.toml
```
Which must contain:
```
[target.bpfel-unknown-unknown.dependencies.std]
features = []
```
Solana Rust programs may depend directly on each other in order to gain access Solana Rust programs may depend directly on each other in order to gain access
to instruction helpers when making [cross-program invocations](developing/programming-model/calling-between-programs.md#cross-program-invocations). to instruction helpers when making [cross-program invocations](developing/programming-model/calling-between-programs.md#cross-program-invocations).
When doing so it's important to not pull in the dependent program's entrypoint When doing so it's important to not pull in the dependent program's entrypoint