chore: init a Cargo library

This commit is contained in:
J / Jacob Babich
2024-10-28 03:01:49 -04:00
parent a464496d9f
commit 277a73636b
4 changed files with 31 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "babichjacob-google-generative-language"
version = "0.1.0"
edition = "2021"
authors = ["J / Jacob Babich <jacobbabichpublic+git@gmail.com>"]
license = "Apache-2.0 OR MIT OR Unlicense"
repository = "https://github.com/babichjacob/google-generative-language-rs"
[dependencies]