[package] name = "sqlsync" version = "0.1.0" edition = "2021" authors = ["Carl Sverre", "orbitinghail"] homepage = "https://sqlsync.dev" license = "Apache-2.0" repository = "https://github.com/orbitinghail/sqlsync" description = "SQLSync is a collaborative offline-first wrapper around SQLite. A SQLSync Reducer is responsible for executing mutations on the database both locally and on the server." [lib] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]