File: Cargo.toml

package info (click to toggle)
python-zxcvbn-rs-py 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: python: 63; makefile: 16; sh: 11
file content (13 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "zxcvbn-rs-py"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "zxcvbn_rs_py"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "^0.23"
zxcvbn = "3.1.0"