Skip to content

Commit

Permalink
Change package name and set license
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKaum authored and brandonwillard committed Sep 10, 2024
1 parent 7d5eb6c commit f726343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "outlines-core-rs"
name = "outlines-core"
version = "0.1.0"
edition = "2021"
description = "Structured Generation"
license-file = "LICENSE"
license = "Apache-2.0"
repository = "https://github.com/outlines-dev/outlines-core"

[lib]
name = "outlines_core_rs"
name = "outlines_core"
crate-type = ["cdylib", "rlib"]

[dependencies]
Expand Down

0 comments on commit f726343

Please sign in to comment.