[tool.poetry] name = "monotone" version = "0.1.0" description = "" authors = ["Yasuhiro Yamaguchi "] license = "MIT" [tool.poetry.dependencies] python = "^3.8" [tool.poetry.dev-dependencies] maturin = "^0.10.4" pytest = "^6.2.3" [build-system] requires = ["maturin>=0.10,<0.11"] build-backend = "maturin"