Dependencias Solana Serialize

PHOTO EMBED

Wed Mar 22 2023 19:08:25 GMT+0000 (Coordinated Universal Time)

Saved by @luisjdominguezp #typescript

[package]
name = "send_save_serial_data_program"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
    solana-program = "=1.10.2"
    borsh = "0.9.3"
    borsh-derive = "0.9.1"


[lib]
    crate-type = ["cdylib", "lib"]
content_copyCOPY