forked from OpenZeppelin/cairo-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScarb.toml
More file actions
25 lines (21 loc) · 705 Bytes
/
Scarb.toml
File metadata and controls
25 lines (21 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "openzeppelin"
version = "0.10.0"
edition = "2023_01"
cairo-version = "2.6.3"
authors = ["OpenZeppelin Community <maintainers@openzeppelin.org>"]
description = "OpenZeppelin Contracts written in Cairo for StarkNet, a decentralized ZK Rollup"
documentation = "https://docs.openzeppelin.com/contracts-cairo"
readme = "README.md"
repository = "https://github.com/OpenZeppelin/cairo-contracts"
license-file = "LICENSE"
keywords = ["openzeppelin", "starknet", "cairo", "contracts", "security", "standards"]
[dependencies]
starknet = "2.6.3"
[lib]
[[target.starknet-contract]]
allowed-libfuncs-list.name = "experimental"
sierra = true
casm = false
[tool.fmt]
sort-module-level-items = true