Cargo
Account Management
Cargo.toml
Cargo.toml [package]
[package]
name = "backend"
version = "0.1.0"
edition = "2021"Library Configuration
[lib]
crate-type = ["cdylib"]
path = "lib.rs"Dependencies
Last updated