smashnet 0.2.1

A Rust crate which hooks Smash Ultimate's libcurl in order to perform https operations.
Documentation
[package]
name = "smashnet"
version = "0.2.1"
authors = []
edition = "2018"
license = "Apache-2.0"
description = "A Rust crate which hooks Smash Ultimate's libcurl in order to perform https operations."
readme = "README.md"
repository = "https://github.com/techyCoder81/smashnet"


[package.metadata.skyline]
titleid = "01006A800016E000"

[dependencies]
skyline = "0.2.1"


[features]

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"
lto = true