aboutsummaryrefslogtreecommitdiffstats
path: root/lua/dep2.lua
blob: 447f4749b8810ae2347dd643a8be491124ee7b49 (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://opensource.org/licenses/MIT
--
local logger = require("dep.log").global
local store = require("dep.package").PackageStore()

-- placeholder for refactoring