rmfuse: init at 0.1.1

This commit is contained in:
adisbladis
2021-02-18 10:06:00 +01:00
parent ba1643d29d
commit 6b403ed151
6 changed files with 609 additions and 0 deletions
@@ -0,0 +1,15 @@
[tool.poetry]
name = "rmfuse-env"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.8"
rmfuse = {git = "https://github.com/rschroll/rmfuse.git"}
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"