diff options
| author | 2024-02-28 11:37:54 +0800 | |
|---|---|---|
| committer | 2024-02-28 11:37:54 +0800 | |
| commit | 672e0d03d3ffdba740d166f2c4a7243f142cec5f (patch) | |
| tree | 46cdb4ea015877e7828710a47c945aa2e834beb0 /pdm.lock | |
| parent | fc6fc64ca3ff7df62dd270fc021f674e56b2dedf (diff) | |
| download | TRPGNivis-672e0d03d3ffdba740d166f2c4a7243f142cec5f.tar.gz TRPGNivis-672e0d03d3ffdba740d166f2c4a7243f142cec5f.zip | |
refactor!: built in rust
Diffstat (limited to 'pdm.lock')
| -rw-r--r-- | pdm.lock | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -6,7 +6,7 @@ groups = ["default", "docs", "lint"] cross_platform = true static_urls = false lock_version = "4.3" -content_hash = "sha256:29b63ff483b818541b61b1dabd6f9220b0a920a8e6186396fe6b9d98d9113716" +content_hash = "sha256:939352e82b2ab816661338e90f435d6dce36939704575290fdd85af668683fd1" [[package]] name = "alabaster" @@ -280,6 +280,16 @@ files = [ ] [[package]] +name = "pip" +version = "24.0" +requires_python = ">=3.7" +summary = "The PyPA recommended tool for installing Python packages." +files = [ + {file = "pip-24.0-py3-none-any.whl", hash = "sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc"}, + {file = "pip-24.0.tar.gz", hash = "sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2"}, +] + +[[package]] name = "ply" version = "3.11" summary = "Python Lex & Yacc" @@ -299,6 +309,12 @@ files = [ ] [[package]] +name = "pyo3-example" +version = "0.1.0" +requires_python = ">=3.7" +summary = "" + +[[package]] name = "pyyaml" version = "6.0.1" requires_python = ">=3.6" |
