xcrypt 0.1.0

Bindings for libxcrypt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "xcrypt"
description = "Bindings for libxcrypt"
version = "0.1.0"
license.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
xcrypt-sys = "0.1.0"

[lints]
workspace = true