mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-20 02:57:56 -05:00
12 lines
273 B
TOML
12 lines
273 B
TOML
[package]
|
|
name = "emsdk"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
fs_extra = "1.2.0"
|
|
reqwest = { version = "0.11.10", features = ["blocking"] } |