mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
3de4851aed
This adopts smol more broadly, but not yet completely.
11 lines
243 B
TOML
11 lines
243 B
TOML
[package]
|
|
name = "async_ossl"
|
|
version = "0.1.0"
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
openssl = "0.10"
|