You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
294 B
YAML
17 lines
294 B
YAML
name: aoc2020
|
|
description: A sample command-line application.
|
|
# version: 1.0.0
|
|
# homepage: https://www.example.com
|
|
# author: Peter Resch <peter.resch@bsci.com>
|
|
|
|
environment:
|
|
sdk: '>=2.4.0 <3.0.0'
|
|
|
|
dependencies:
|
|
tuple: ^1.0.3
|
|
any_base:
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.7.0
|
|
test: ^1.5.0
|