Closed g-r-a-n-t closed 1 year ago
There is currently no way to include libraries other than the std lib in a Fe project.
example:
my_project ├── fe.toml └── src └── main.fe
# fe.toml name = "my_project" version = "0.1.0" [dependencies] my_lib = "../my_lib"
What was wrong?
There is currently no way to include libraries other than the std lib in a Fe project.
example:
To-Do