Skip to content

Commit

Permalink
refactor: types -> core
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
  • Loading branch information
bdarcus committed Jun 10, 2023
1 parent bce7916 commit b3ed80b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
members = [
"cli",
"bibliography",
"types",
"core",
"citation",
"style",
"processor",
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml → core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "csl-types"
name = "csl-core"
version = "0.1.0"
edition = "2021"

Expand Down
File renamed without changes.

0 comments on commit b3ed80b

Please sign in to comment.