mirror of
https://github.com/wisdgod/cursor-api.git
synced 2025-10-16 11:40:38 +08:00
15 lines
255 B
TOML
15 lines
255 B
TOML
[package]
|
|
name = "get-token"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rusqlite = { version = "0.32.1", default-features = false, features = ["bundled"] }
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = 'abort'
|
|
strip = true
|
|
opt-level = 3
|