[package]
edition = "2021"
name = "github-copilot-sdk"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Placeholder for the GitHub Copilot Rust SDK. The first real release will be 0.1.0."
homepage = "https://github.com/github/copilot-sdk"
documentation = "https://docs.rs/github-copilot-sdk"
readme = "README.md"
keywords = [
"copilot",
"github",
"sdk",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/github/copilot-sdk"
[lib]
name = "copilot"
path = "src/lib.rs"