Skip to content

Commit

Permalink
restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Aug 11, 2024
1 parent 8329774 commit e3e9829
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 3 deletions.
18 changes: 18 additions & 0 deletions Scarb.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[workspace]
members = ["packages/algo", "packages/ml", "packages/numbers"]
name = "orion"
version = "0.1.0"
description = "Cairo libraries to build the intelligence of verifiable agents"
homepage = "https://github.com/gizatechxyz/orion/"
cairo-version = "2.7.0"

[dev-dependencies]
cairo_test = "2.7.0"

[tool.hints]
definitions = "proto/orion.proto"


[cairo]
enable-gas = false

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2023_11"
cairo_test = "2.7.0"

[dependencies]
orion_numbers = { path = "../orion-numbers" }
orion_numbers = { path = "../numbers" }

[cairo]
enable-gas=false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 6 additions & 2 deletions packages/orion-ml/Scarb.toml → packages/ml/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[package]
name = "orion_ml"
version = "0.1.0"
edition = "2023_10"
edition = "2023_11"

# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html


[dependencies]

[dev-dependencies]
cairo_test = "2.7.0"

[cairo]
enable-gas=false
enable-gas = false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e3e9829

Please sign in to comment.