mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-30 07:22:25 +08:00
Update links & copyright statement
This commit is contained in:
committed by
Thom Chiovoloni
parent
45fd77ee43
commit
9322b0e881
@@ -1,10 +1,10 @@
|
||||
[package]
|
||||
name = "rusqlite"
|
||||
version = "0.22.0"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
authors = ["The rusqlite developers"]
|
||||
edition = "2018"
|
||||
description = "Ergonomic wrapper for SQLite"
|
||||
repository = "https://github.com/jgallagher/rusqlite"
|
||||
repository = "https://github.com/rusqlite/rusqlite"
|
||||
documentation = "http://docs.rs/rusqlite/"
|
||||
readme = "README.md"
|
||||
keywords = ["sqlite", "database", "ffi"]
|
||||
@@ -12,8 +12,8 @@ license = "MIT"
|
||||
categories = ["database"]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "jgallagher/rusqlite" }
|
||||
appveyor = { repository = "jgallagher/rusqlite" }
|
||||
travis-ci = { repository = "rusqlite/rusqlite" }
|
||||
appveyor = { repository = "rusqlite/rusqlite" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user