Mercurial > crates > nonstick
comparison libpam-sys/Cargo.toml @ 135:b52594841480
Split libpam-sys into its own sub-workspace.
Nonstick is basically a normal dependency of libpam-sys.
But libpam-sys is integrated packages that should be versioned together.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 03 Jul 2025 11:14:49 -0400 |
parents | 6c1e1bdb4164 |
children | efbc235f01d3 |
comparison
equal
deleted
inserted
replaced
134:6c1e1bdb4164 | 135:b52594841480 |
---|---|
1 [workspace] | |
2 resolver = "2" | |
3 members = ["libpam-sys-test"] | |
4 | |
5 [workspace.package] | |
6 version = "0.1.0" | |
7 authors = ["Paul Fisher <paul@pfish.zone>"] | |
8 repository = "https://hg.pfish.zone/crates/nonstick/" | |
9 edition = "2021" | |
10 rust-version = "1.75.0" | |
11 | |
1 [package] | 12 [package] |
2 name = "libpam-sys" | 13 name = "libpam-sys" |
3 description = "Low-level bindings for PAM (Pluggable Authentication Modules)" | 14 description = "Low-level bindings for PAM (Pluggable Authentication Modules)" |
4 links = "pam" | 15 links = "pam" |
5 version = "0.1.0" | 16 version.workspace = true |
6 authors.workspace = true | 17 authors.workspace = true |
7 repository.workspace = true | 18 repository.workspace = true |
8 edition.workspace = true | 19 edition.workspace = true |
9 rust-version.workspace = true | 20 rust-version.workspace = true |
10 | 21 |