This website requires JavaScript.
Explore
Help
Sign In
Chewing_Bever
/
rieter
Watch
1
Star
0
Fork
You've already forked rieter
0
Code
Issues
11
Pull Requests
Packages
Releases
Activity
2c4b9e5452
rieter
/
libarchive3-sys
/
build.rs
7 lines
122 B
Rust
Raw
Normal View
History
Unescape
Escape
chore: fork libarchive3-sys
2023-07-13 10:45:39 +02:00
fn
main
(
)
{
chore: fix all clippy warnings
2024-07-08 21:54:12 +02:00
pkg_config
::
Config
::
new
(
)
.
atleast_version
(
"
3
"
)
.
probe
(
"
libarchive
"
)
.
unwrap
(
)
;
chore: fork libarchive3-sys
2023-07-13 10:45:39 +02:00
}