mirror of
https://github.com/wisdgod/cursor-api.git
synced 2025-12-24 13:38:01 +08:00
18 lines
318 B
TOML
18 lines
318 B
TOML
[package]
|
|
name = "get-token"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
base64 = "0.22.1"
|
|
# rusqlite = { version = "0.32.1", default-features = false, features = ["bundled"] }
|
|
rusqlite = "0.32.1"
|
|
serde_json = "1.0.138"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = 'abort'
|
|
strip = true
|
|
opt-level = 3
|