cairo-annotations 1.0.0

Structured annotations for Cairo
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "scarb_template"
version = "0.1.0"
edition = "2024_07"

[dev-dependencies]
snforge_std = "0.56.0"

[profile.dev.cairo]
unstable-add-statements-functions-debug-info = true
unstable-add-statements-code-locations-debug-info = true
add-functions-debug-info = true
add-types-debug-info = true
inlining-strategy = "avoid"