mirror of
https://github.com/franklynwang/EcneProject.git
synced 2026-01-09 21:57:59 -05:00
15 lines
292 B
Julia
15 lines
292 B
Julia
using PkgTemplates
|
|
|
|
t = Template(;
|
|
user="franklynwang",
|
|
dir="~/Dropbox/Ecne_fixed",
|
|
julia=v"1.6",
|
|
plugins=[
|
|
Git(; manifest=true, ssh=true),
|
|
GitHubActions(; x86=true),
|
|
Codecov(),
|
|
Documenter{GitHubActions}(),
|
|
]
|
|
)
|
|
|
|
t("R1CSConstraintSolver.jl") |