mirror of
https://github.com/rjNemo/advent_of_code_2022
synced 2026-06-06 02:26:41 +00:00
14 lines
277 B
TOML
14 lines
277 B
TOML
[tool.poetry]
|
|
name = "advent of code 2022"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Ruidy <ruidy.nemausat@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|