Skip to content

Commit

Permalink
fastn-builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Nov 20, 2024
1 parent e0e6bc3 commit d2b949d
Show file tree
Hide file tree
Showing 7 changed files with 1,187 additions and 1,149 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
members = [
"clift",
"fastn",
"fastn-builtins",
"fastn-core",
"fastn-ds",
"fastn-expr",
Expand Down Expand Up @@ -89,6 +90,7 @@ enum-iterator = "0.6"
enum-iterator-derive = "0.6"
fastn-ds.path = "fastn-ds"
fastn-update.path = "fastn-update"
fastn-builtins.path = "fastn-builtins"
fastn-type.path = "fastn-type"
fastn-core.path = "fastn-core"
fastn-issues.path = "fastn-issues"
Expand Down
16 changes: 16 additions & 0 deletions fastn-builtins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[package]
name = "fastn-builtins"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
description.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true

[dependencies]
regex.workspace = true
indexmap.workspace = true
once_cell.workspace = true
itertools.workspace = true
fastn-type.workspace = true
File renamed without changes.
Loading

0 comments on commit d2b949d

Please sign in to comment.