diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 01c631a..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -github: [Xuanwo] diff --git a/.gitignore b/.gitignore index 4fffb2f..ea8c4bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /target -/Cargo.lock diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..f07c3b4 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "lance-fly" +version = "0.0.1" diff --git a/Cargo.toml b/Cargo.toml index 6729081..ea09358 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] -authors = ["Xuanwo >"] -categories = ["command-line-utilities"] -description = "Replace with description" -documentation = "https://docs.rs/formwork" -repository = "https://github.com/Xuanwo/formwork" +authors = ["Xuanwo "] +categories = ["database-implementations"] +description = "A Flight SQL server backed by Lance datasets." +documentation = "https://docs.rs/lance-fly" +repository = "https://github.com/lance-format/lance-fly" edition = "2021" license = "Apache-2.0" -name = "formwork" +name = "lance-fly" version = "0.0.1" [dependencies] diff --git a/README.md b/README.md index 67649ba..a0cf78c 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,8 @@ -# formwork   [![Build Status]][actions] [![Latest Version]][crates.io] +# lance-fly -[Build Status]: https://img.shields.io/github/actions/workflow/status/Xuanwo/formwork/ci.yml -[actions]: https://github.com/Xuanwo/formwork/actions?query=branch%3Amain -[Latest Version]: https://img.shields.io/crates/v/formwork.svg -[crates.io]: https://crates.io/crates/formwork +`lance-fly` is a Flight SQL server backed by Lance datasets. -`formwork` is my favourite rust template. - -> Please replace with valid value. - -## Quick Start - -Replace all placeholder with valid values, for example: - -- `Xuanwo` => github login -- `github@xuanwo.io` => email -- `formwork` => crate name - -```rust -// Replace with quick Start here -``` +Status: scaffolding only. ## Contributing @@ -27,7 +10,7 @@ Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) guide for more details on get ## Getting help -Submit [issues](https://github.com/Xuanwo/formwork/issues/new/choose) for bug report or asking questions in [discussion](https://github.com/Xuanwo/formwork/discussions/new?category=q-a). +Submit [issues](https://github.com/lance-format/lance-fly/issues/new/choose) for bug report or asking questions in [discussion](https://github.com/lance-format/lance-fly/discussions/new?category=q-a). #### License diff --git a/rustfmt.toml b/rustfmt.toml index a15352f..c7ef391 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,2 +1,2 @@ -edition = "2021" +edition = "2024" reorder_imports = true