Skip to content

Commit

Permalink
feat(models): added Artifact model
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Nov 21, 2024
1 parent b52c65a commit ba1a83f
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 0 deletions.
362 changes: 362 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ members = ["crates/*"]
missing_docs = "deny"

[workspace.dependencies]
serde = { version = "1", features = ["derive"] }

dvf = { git = "https://github.com/rambit-systems/rambit" }
model = { git = "https://github.com/rambit-systems/rambit" }
4 changes: 4 additions & 0 deletions crates/models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ version = "0.1.0"
edition = "2021"

[dependencies]
serde.workspace = true

dvf.workspace = true
model.workspace = true

[lints]
workspace = true
Loading

0 comments on commit ba1a83f

Please sign in to comment.