combined lib/cli
This commit is contained in:
parent
92c862bd4c
commit
448be74887
4 changed files with 128 additions and 21 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -1,17 +1,11 @@
|
|||
[package]
|
||||
name = "pyagushka"
|
||||
name = "lyagushka"
|
||||
version = "1.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "pyagushka"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
pyo3 = "0.20.2"
|
||||
atty = "0.2.14"
|
||||
pyo3 = { version = "0.20.2", features = ["extension-module"] }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
serde_json = "1.0.113"
|
||||
|
||||
[features]
|
||||
extension-module = ["pyo3/extension-module"]
|
||||
default = ["extension-module"]
|
||||
serde_json = "1.0.113"
|
||||
Loading…
Add table
Add a link
Reference in a new issue