You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/developers/backend/creating_a_project.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ files:
13
13
14
14
-`Cargo.toml`: your project's manifest filled with the necessary dependencies
15
15
to create an app;
16
+
-`rust-toolchain.toml`: a file with configuration for Rust compiler. **NOTE:** currently the latest Rust version compatible with our network is `1.86.0`. Make sure it's the one used by your project.
16
17
-`src/lib.rs`: the application's ABI definition;
17
18
-`src/state.rs`: the application's state;
18
19
-`src/contract.rs`: the application's contract, and the binary target for the
0 commit comments