mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
22 lines
379 B
TOML
22 lines
379 B
TOML
[project]
|
|
name = 'boot-contracts-unit-tests'
|
|
description = ''
|
|
authors = []
|
|
telemetry = false
|
|
cache_dir = './.cache'
|
|
requirements = []
|
|
|
|
[contracts.indirect]
|
|
path = 'contracts/indirect.clar'
|
|
clarity_version = 2
|
|
epoch = 2.4
|
|
|
|
[repl.analysis]
|
|
passes = ['check_checker']
|
|
|
|
[repl.analysis.check_checker]
|
|
strict = false
|
|
trusted_sender = false
|
|
trusted_caller = false
|
|
callee_filter = false
|