mirror of
https://github.com/wisdgod/cursor-api.git
synced 2025-12-24 13:38:01 +08:00
17 lines
215 B
TOML
17 lines
215 B
TOML
[package]
|
|
name = "set-token"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
regex = "1"
|
|
rusqlite = "0"
|
|
serde_json = "1"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = 'abort'
|
|
strip = true
|
|
opt-level = 3
|