mirror of
https://github.com/vee1e/lancelot.git
synced 2026-09-01 18:57:09 +00:00
22 lines
581 B
TOML
22 lines
581 B
TOML
[package]
|
|
name = "python-flirt"
|
|
version = "0.9.4"
|
|
authors = ["William Ballenthin <william.ballenthin@fireeye.com>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/williballenthin/lancelot/tree/master/pyflirt"
|
|
homepage = "https://github.com/williballenthin/lancelot/tree/master/pyflirt"
|
|
readme = "README.md"
|
|
|
|
[lib]
|
|
name = "flirt"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
lancelot-flirt = { path = "../flirt", version = "0.9.4" }
|
|
pyo3 = { version = "0.22"}
|
|
anyhow = "1"
|
|
|
|
[features]
|
|
extension-module = ["pyo3/extension-module"]
|
|
default = ["extension-module"]
|