rust/Cargo.toml
Paul Campbell 6aa876047a
All checks were successful
/ test (map[name:1.74.1]) (push) Successful in 10s
/ test (map[name:stable]) (push) Successful in 9s
/ test (map[name:nightly]) (push) Successful in 12s
fix: should build with libssl dependency
2025-01-14 20:45:55 +00:00

7 lines
94 B
TOML

[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[dependencies]
native-tls = "0.2"