You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/sqlite3/sqlite-rembed-source/Cargo.toml

15 lines
263 B

[package]
name = "sqlite-rembed"
version = "0.0.1-alpha.9"
edition = "2021"
[dependencies]
serde_json = "1.0.117"
sqlite-loadable = "0.0.6-alpha.6"
ureq = {version="2.9.7", features=["json"]}
zerocopy = "0.7.34"
[lib]
crate-type=["cdylib", "staticlib", "lib"]