aboutsummaryrefslogtreecommitdiffstats
path: root/lua/dep2.lua
blob: a4d4953d05b380e41ce73c2edef70aa025374ae6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--
-- Copyright (c) 2022 chiya.dev
--
-- Use of this source code is governed by the MIT License
-- which can be found in the LICENSE file and at:
--
--   https://chiya.dev/licenses/mit.txt
--
local logger = require("dep.log").global
local store = require("dep.package").PackageStore()

-- placeholder for refactoring