dossier-py 0.0.4

Python support for Dossier
Documentation
[package]
name = "dossier-py"
version = "0.0.4"
edition = "2021"
description = "Python support for Dossier"
license = "MPL-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dossier-core = { path="../dossier-core", version="0.0.4" }
tree-sitter = "0.20.10"
tree-sitter-python = "0.20.4"
lazy_static = "1.4"
indoc = "2"

[build-dependencies]
cc = "1.0.83"