rust/Cargo.toml
Paul Campbell 8021d7fc83
Some checks failed
/ test (map[name:stable]) (push) Failing after 46s
/ test (map[name:nightly]) (push) Failing after 5s
/ test (map[name:1.74.1]) (push) Failing after 47s
fix: should build with libssl dependency
2025-01-14 20:09:55 +00:00

7 lines
94 B
TOML

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