tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.54k stars 252 forks source link

remove unused section from cargo.toml #1672

Closed sivukhin closed 1 month ago

sivukhin commented 1 month ago

Context

[build] section must be in the config.toml (not in the Cargo.toml!) - but we already have it in the workspace config

Now build produces warnings:

$> cargo build
warning: /home/sivukhin/turso/libsql/libsql-server/Cargo.toml: unused manifest key: build
...