feat: start trying to use deps

This commit is contained in:
rvcas
2022-12-19 20:09:39 -05:00
committed by Lucas
parent 5bd2a9336c
commit 6a0b1ce5c3
12 changed files with 206 additions and 61 deletions

1
examples/sample/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
build/

View File

@@ -0,0 +1,13 @@
# This file was generated by Aiken
# You typically do not need to edit this file
[[requirements]]
name = "aiken-lang/stdlib"
version = "main"
source = "github"
[[packages]]
name = "aiken-lang/stdlib"
version = "main"
requirements = []
source = "github"

View File

@@ -1,6 +1,6 @@
name = "sample"
name = "aiken/sample"
version = "0.0.1"
dependencies = [
{ name = "aiken-lang/stdlib", version = "main", source = "Github" },
{ name = "aiken-lang/stdlib", version = "main", source = "github" },
]