File: Cargo.toml

package info (click to toggle)
python-setuptools-rust 1.9.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 648 kB
  • sloc: python: 1,703; javascript: 95; sh: 14; makefile: 13
file content (19 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "html-py-ever"
version = "0.1.0"
authors = ["konstin <konstin@mailbox.org>"]
edition = "2021"

[dependencies]
kuchiki = "0.8.0"
pyo3 = "0.20.3"
tendril = "0.4.3"

[lib]
name = "html_py_ever"
crate-type = ["cdylib"]
path = "rust/lib.rs"

[[bin]]
name = "html-py-ever"
path = "rust/main.rs"